mirror of https://github.com/espruino/BangleApps
parent
584fcb9980
commit
b181994551
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue