We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd9344 commit b5ffb5aCopy full SHA for b5ffb5a
apps/widclkinfo/widget.js
@@ -58,7 +58,7 @@ if (!require("clock_info").loadCount) { // don't load if a clock_info was alread
58
}
59
};
60
61
- widget_utils.on("hidden", () => {
+ Bangle.on("hidden", () => {
62
console.log("hidden");
63
clockInfoMenu.y = -24;
64
if (clockInfoMenu.focus) {
@@ -67,7 +67,7 @@ if (!require("clock_info").loadCount) { // don't load if a clock_info was alread
67
68
});
69
70
- widget_utils.on("shown", () => {
+ Bangle.on("shown", () => {
71
clockInfoMenu.y = 0;
72
console.log("shown");
73
if (WIDGETS["clkinfo"]) {
0 commit comments