mirror of https://github.com/espruino/BangleApps
added clear for fix the trasparent widget bar if there are no widgets
parent
cf321de158
commit
dd906e076f
|
@ -125,5 +125,6 @@ Bangle.on("touch",(_,p)=>{
|
|||
});
|
||||
|
||||
Bangle.loadWidgets();
|
||||
g.clear();
|
||||
Bangle.drawWidgets();
|
||||
drawPage(0);
|
||||
|
|
Loading…
Reference in New Issue