mirror of https://github.com/espruino/BangleApps
Minor fix
parent
e1180c88d2
commit
6ef45a4258
|
@ -147,9 +147,9 @@ function draw() {
|
||||||
g.setFontAlign(-1,-1);
|
g.setFontAlign(-1,-1);
|
||||||
drawClock();
|
drawClock();
|
||||||
drawRocket();
|
drawRocket();
|
||||||
rocketSequence -= 1; // This avoids a "jump" in the animation
|
|
||||||
drawBattery();
|
drawBattery();
|
||||||
|
|
||||||
|
// Hide widgets
|
||||||
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
|
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue