mirror of https://github.com/espruino/BangleApps
add loadWidgets to make back button and title work together
parent
a5b909319f
commit
4ad1ec5298
|
@ -382,4 +382,5 @@ Bangle.on('HRM', function(hrm) {
|
|||
});
|
||||
|
||||
g.clear(1);
|
||||
Bangle.loadWidgets();
|
||||
showMainMenu();
|
||||
|
|
Loading…
Reference in New Issue