1
0
Fork 0

hworldclock 0.34: Fix 'fast load' so clock doesn't always redraw when screen unlocked/locked

master
Gordon Williams 2023-12-04 15:45:08 +00:00
parent f63054d326
commit b5abec090e
3 changed files with 4 additions and 3 deletions

View File

@ -17,4 +17,5 @@
0.31: Tweaking the swipe option; Added mylocation as a dependency.
Remove calls to Bangle.loadWidgets as they are not needed and create warnings
0.32: Added setting to show single timezone small, like where multiple ones are configured
0.33: Tidy up and fix clearInterval(undefined) errors
0.33: Tidy up and fix clearInterval(undefined) errors
0.34: Fix 'fast load' so clock doesn't always redraw when screen unlocked/locked

View File

@ -443,7 +443,7 @@ Bangle.setUI({
drawTimeout = undefined;
//if (BANGLEJS2)
Bangle.removeListener("drag",onDrag);
Bangle.removeListener("onLock",onLock);
Bangle.removeListener("lock",onLock);
}});
g.clear().setRotation(defaultRotation); // clean app screen and make sure the default rotation is set

View File

@ -2,7 +2,7 @@
"id": "hworldclock",
"name": "Hanks World Clock",
"shortName": "Hanks World Clock",
"version": "0.33",
"version": "0.34",
"description": "Current time zone plus up to three others",
"allow_emulator":true,
"icon": "app.png",