1
0
Fork 0

added clear for fix the trasparent widget bar if there are no widgets

master
Rarder44 2022-03-01 19:03:09 +01:00
parent cf321de158
commit dd906e076f
1 changed files with 1 additions and 0 deletions

View File

@ -125,5 +125,6 @@ Bangle.on("touch",(_,p)=>{
});
Bangle.loadWidgets();
g.clear();
Bangle.drawWidgets();
drawPage(0);