1
0
Fork 0

runplus: improve comment

master
Rob Pilling 2024-05-15 18:07:36 +01:00
parent ae5b8263d5
commit f543b86eae
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function zoom(statID) {
runInterval = undefined; runInterval = undefined;
setScreen("main"); 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 = () => { const onTwist = () => {
Bangle.setLCDPower(1); Bangle.setLCDPower(1);