fix issue 1249
This commit is contained in:
parent
234825fbbb
commit
d802410fd1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue