Skip to content

Commit 1702b15

Browse files
authored
Update app.js after having stopped setUI in latest firmware from adding back icon
1 parent b26bcad commit 1702b15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/launch/app.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,9 @@
8585
if (lockTimeout) clearTimeout(lockTimeout);
8686
Bangle.removeListener("lock", lockHandler);
8787
// Restore widgets if they were hidden by fullscreen setting
88-
if (global.WIDGETS) require("widget_utils").show();
88+
if (global.WIDGETS && settings.fullscreen) require("widget_utils").show();
8989
}
9090
});
91-
if (settings.fullscreen) {
92-
require("widget_utils").hide();
93-
scroller.draw(); // FIX: The red back button will flicker before the widget is hidden and scroller redrawn.
94-
}
9591
g.flip(); // force a render before widgets have finished drawing
9692

9793
// 10s of inactivity goes back to clock

0 commit comments

Comments
 (0)