mirror of https://github.com/espruino/BangleApps
parent
abfb7fc8a4
commit
c1cbc39377
|
@ -769,7 +769,7 @@ class Clock {
|
|||
this.rates.clock = this.timescales[this.options.resolution];
|
||||
this.active();
|
||||
for (const l in this.listeners) {
|
||||
this.listeners[l] && Bangle.on(l, this.listeners[l]);
|
||||
Bangle.on(l, this.listeners[l]);
|
||||
}
|
||||
Bangle.setUI('clock');
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue