Update app.js

master
Andy Smy 2025-04-18 19:32:22 +01:00 committed by GitHub
parent 3465f8870e
commit d599dd8998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -96,7 +96,10 @@ function countDown(dir) {
Bangle.setUI({
mode : "custom",
back : ()=>{E.showMenu(menuItems)},
back : ()=>{
Bangle.setUI();
E.showMenu(menuItems);
},
btn : ()=>{
// remove old button press handler
Bangle.setUI();