parent
fd5e0bf45c
commit
aad0a48a88
|
|
@ -55,9 +55,9 @@ function onTouch(button, xy) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!timerRunning()) {
|
if (!timerRunning()) {
|
||||||
if (&& xy.y > 24 && xy.y < touchMidpoint - 10) {
|
if (xy.y > 24 && xy.y < touchMidpoint - 10) {
|
||||||
diff = 1;
|
diff = 1;
|
||||||
} else if (&& xy.y > touchMidpoint + 10 && xy.y < timePickerLayout.btnStart.y) {
|
} else if (xy.y > touchMidpoint + 10 && xy.y < timePickerLayout.btnStart.y) {
|
||||||
diff = -1;
|
diff = -1;
|
||||||
}
|
}
|
||||||
if (xy.x < timePickerLayout.hours.w) {
|
if (xy.x < timePickerLayout.hours.w) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue