From 1702b15b11f19c6b11f941b221644983f5493f16 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Tue, 1 Apr 2025 11:26:18 +0100 Subject: [PATCH] Update app.js after having stopped setUI in latest firmware from adding back icon --- apps/launch/app.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/launch/app.js b/apps/launch/app.js index c0450e9ab..11d35e2fa 100644 --- a/apps/launch/app.js +++ b/apps/launch/app.js @@ -85,13 +85,9 @@ if (lockTimeout) clearTimeout(lockTimeout); Bangle.removeListener("lock", lockHandler); // Restore widgets if they were hidden by fullscreen setting - if (global.WIDGETS) require("widget_utils").show(); + if (global.WIDGETS && settings.fullscreen) require("widget_utils").show(); } }); - if (settings.fullscreen) { - require("widget_utils").hide(); - scroller.draw(); // FIX: The red back button will flicker before the widget is hidden and scroller redrawn. - } g.flip(); // force a render before widgets have finished drawing // 10s of inactivity goes back to clock