mirror of https://github.com/espruino/BangleApps
Fixed initial update time
parent
2cb4dbcd1e
commit
5374abebd9
|
@ -403,6 +403,7 @@ function startdraw(init) {
|
|||
updateSecondText();
|
||||
// stopdraw();
|
||||
runOn = true;
|
||||
sleeptime = 0;
|
||||
nextLineComp();
|
||||
}
|
||||
}
|
||||
|
@ -423,6 +424,7 @@ function regen(){
|
|||
initDraw();
|
||||
// stopdraw();
|
||||
runOn = true;
|
||||
sleeptime = 0;
|
||||
nextLineComp();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue