espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
496 stars 1.17k forks source link

backswipe: change to prepend swipe listener #3643

Closed thyttan closed 6 days ago

thyttan commented 3 weeks ago

Seems to mitigate some conflicts when switching between edgeclk (with seconds active) and dtlaunch. Sometimes the seconds redraw timeout of edgeclk would draw over dtlaunch. I don't really understand the conflict but it seems to be resolved by this change..

Can be tried via https://thyttan.github.io/BangleApps/?id=backswipe

bobrippling commented 6 days ago

Yeah looks like a timing issue, let me know if it does ever happen after this change and we can debug more