update app.js

removed `Bangle.setUI("clock"); `
pull/2676/head
eleanor 2023-04-03 14:27:26 -05:00 committed by GitHub
parent b5531607dc
commit cc7d5d2b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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