mirror of https://github.com/espruino/BangleApps
Load widgets in timeout
parent
87c74b7536
commit
20f4c10c9c
|
@ -754,7 +754,9 @@ function clearWidgetsDraw(){
|
|||
}
|
||||
}
|
||||
|
||||
Bangle.loadWidgets();
|
||||
clearWidgetsDraw();
|
||||
setTimeout(()=>{
|
||||
Bangle.loadWidgets();
|
||||
clearWidgetsDraw();
|
||||
}, 100);
|
||||
|
||||
handleLock(Bangle.isLocked(), true);
|
||||
|
|
Loading…
Reference in New Issue