mirror of https://github.com/espruino/BangleApps
pull/2130/head
parent
88533f84bc
commit
262ac59a65
|
@ -292,6 +292,9 @@ function queueDraw() {
|
|||
|
||||
|
||||
log_debug("starting..");
|
||||
loadSettings();
|
||||
loadLocation();
|
||||
|
||||
|
||||
if(settings.autoCycle || settings.sideTap==0)
|
||||
{
|
||||
|
@ -314,8 +317,6 @@ Bangle.loadWidgets();
|
|||
* area to the top bar doesn't get cleared.
|
||||
*/
|
||||
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
|
||||
loadSettings();
|
||||
loadLocation();
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue