ptlaunch: remove tap to confirm pattern since its pretty unreliable. always use button instead

pull/1146/head
crazysaem 2021-12-19 21:14:14 +00:00
parent 3dde7126ad
commit 2c2f07c6be
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ From the main menu you can:
- Now draw any pattern you like, this will later launch the linked app from the clock screen
- You can also draw a single-circle pattern (meaning a single tap on one circle) instead of drawing a 'complex' pattern
- If you don't like the pattern, simply re-draw it. The previous pattern will be discarded.
- If you are happy with the pattern tap on screen or press the button to continue
- If you are happy with the pattern press the button to continue
- Now select the app you want to launch with the pattern.
- Note, you can bind multiple patterns to the same app.
- Manage created patterns (second entry)

View File

@ -134,7 +134,7 @@ var recognizeAndDrawPattern = () => {
resolve(pattern.join(""));
};
setWatch(() => finishHandler(), BTN);
setTimeout(() => Bangle.on("tap", finishHandler), 250);
// setTimeout(() => Bangle.on("tap", finishHandler), 250);
var positions = [];
var getPattern = (positions) => {