diff --git a/apps/encourageclk/app.js b/apps/encourageclk/app.js index 79ed3038b..7dfdc0dad 100644 --- a/apps/encourageclk/app.js +++ b/apps/encourageclk/app.js @@ -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