Update to button press
parent
2e8744ca22
commit
eca76d78ba
|
|
@ -53,7 +53,7 @@ function onTouch(button, xy) {
|
||||||
diff = -1;
|
diff = -1;
|
||||||
} else if (xy.y > timePickerLayout.btnStart.y) {
|
} else if (xy.y > timePickerLayout.btnStart.y) {
|
||||||
Bangle.buzz(40, 0.6);
|
Bangle.buzz(40, 0.6);
|
||||||
runTimer();
|
onButton();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (xy.x < timePickerLayout.hours.w) {
|
if (xy.x < timePickerLayout.hours.w) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue