fix issue 1249

This commit is contained in:
Zahnstocher 2012-08-14 14:44:48 +02:00
parent 234825fbbb
commit d802410fd1

View file

@ -170,6 +170,7 @@ public class LockInfoControl {
String s;
if(progress == 0) {
s = ctx.getString(R.string.int_continuosly);
v.value = 0;
} else {
if(progress < secondsLength) {
s = seconds[progress] + ctx.getString(R.string.int_seconds);