widalarmeta: don't clear graphics on reload

pull/3232/head
Rob Pilling 2024-03-04 08:48:13 +00:00
parent f9d6ca1c13
commit 39bc2b31a0
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@
this.nextAlarm = undefined; this.nextAlarm = undefined;
loadSettings(); loadSettings();
g.clear();
Bangle.drawWidgets(); Bangle.drawWidgets();
}, },
}; };