forked from FOSS/BangleApps
imageclock - Disable auto hide of widgets
parent
141eb9b90b
commit
dba3511e2a
|
@ -627,7 +627,7 @@ s.pl = {};
|
|||
Bangle.drawWidgets = ()=>{};
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets = orig;
|
||||
require("widget_utils").swipeOn();
|
||||
require("widget_utils").swipeOn(0);
|
||||
Bangle.drawWidgets();
|
||||
}
|
||||
}).catch((e)=>{
|
||||
|
|
Loading…
Reference in New Issue