updated app.js

changed order of loaded widgets and drawing watchface
pull/2666/head
eleanor 2023-03-31 14:50:54 -05:00 committed by GitHub
parent f7c65df902
commit 3e83f01306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -76,8 +76,8 @@ function loader() {
//ready set go!
g.clear();
loader(); //drawthings
Bangle.setUI("clock");
Bangle.setUI("clock"); //load all the things
Bangle.drawWidgets();
Bangle.loadWidgets();
loader(); //draw all the things