From f543b86eae8a7aa005bd8754b3fb5dbdc13418a0 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Wed, 15 May 2024 18:07:36 +0100 Subject: [PATCH] runplus: improve comment --- apps/runplus/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/runplus/app.js b/apps/runplus/app.js index 3d3190410..df13eb76b 100644 --- a/apps/runplus/app.js +++ b/apps/runplus/app.js @@ -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);