typo
parent
ae75c00ba1
commit
cb4d14e6b0
|
|
@ -56,7 +56,7 @@ Graphics.prototype.setFontAudiowide = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Show launcher when middle button pressed
|
// Show launcher when middle button pressed
|
||||||
Bangle.setUI({mode:"clock", remove:function() { //f ree memory
|
Bangle.setUI({mode:"clock", remove:function() { // free memory
|
||||||
if (drawTimeout) clearTimeout(drawTimeout);
|
if (drawTimeout) clearTimeout(drawTimeout);
|
||||||
if (widgetTimeout) clearTimeout(widgetTimeout);
|
if (widgetTimeout) clearTimeout(widgetTimeout);
|
||||||
require("widget_utils").show();
|
require("widget_utils").show();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue