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) {