Update to button press

pull/1788/head
sir-indy 2022-05-01 18:11:00 +01:00
parent 2e8744ca22
commit eca76d78ba
1 changed files with 1 additions and 1 deletions

View File

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