forked from FOSS/BangleApps
runplus: improve comment
parent
ae5b8263d5
commit
f543b86eae
|
@ -128,7 +128,7 @@ function zoom(statID) {
|
|||
runInterval = undefined;
|
||||
setScreen("main");
|
||||
};
|
||||
Bangle.on("touch", onTouch); // queued after layout's touchHandler
|
||||
Bangle.on("touch", onTouch); // queued after layout's touchHandler (otherwise we'd be removed then instantly re-zoomed)
|
||||
|
||||
const onTwist = () => {
|
||||
Bangle.setLCDPower(1);
|
||||
|
|
Loading…
Reference in New Issue