From b1819945518cc32f07771c8834e1372a8819f3e7 Mon Sep 17 00:00:00 2001 From: Rarder44 Date: Fri, 18 Nov 2022 00:43:15 +0100 Subject: [PATCH] draw moved removed comments --- apps/rebble/rebble.app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/rebble/rebble.app.js b/apps/rebble/rebble.app.js index 6bdb8ff03..e23bbe661 100644 --- a/apps/rebble/rebble.app.js +++ b/apps/rebble/rebble.app.js @@ -327,9 +327,10 @@ Graphics.prototype.setFontKdamThmor = function(scale) { Bangle.loadWidgets(); + draw(); require("widget_utils").hide(); - draw(); // queues the next draw for a minutes time + Bangle.on('charging', function(charging) {