From eca76d78ba51126342855cda72a486b68f05814d Mon Sep 17 00:00:00 2001 From: sir-indy <53864146+sir-indy@users.noreply.github.com> Date: Sun, 1 May 2022 18:11:00 +0100 Subject: [PATCH] Update to button press --- apps/smpltmr/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/smpltmr/app.js b/apps/smpltmr/app.js index 5f893b054..25a11361b 100644 --- a/apps/smpltmr/app.js +++ b/apps/smpltmr/app.js @@ -53,7 +53,7 @@ function onTouch(button, xy) { diff = -1; } else if (xy.y > timePickerLayout.btnStart.y) { Bangle.buzz(40, 0.6); - runTimer(); + onButton(); return; } if (xy.x < timePickerLayout.hours.w) {