Merge pull request #289 from Zahnstocher/master

fix issue 1249
This commit is contained in:
sonora 2012-08-14 07:32:51 -07:00
commit d15a8a6910

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);