mirror of https://github.com/espruino/BangleApps
undeleted and fixed organization of loading
parent
b33d909639
commit
2f7b2e8e15
|
@ -75,7 +75,8 @@ function draw() {
|
|||
//ready set go!
|
||||
g.clear();
|
||||
|
||||
Bangle.drawWidgets(); //load all the things
|
||||
Bangle.setUI("clock");
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
|
||||
draw(); //draw all the things
|
||||
|
|
Loading…
Reference in New Issue