diff --git a/apps/authentiwatch/app.js b/apps/authentiwatch/app.js index b2608a5dc..58d712451 100644 --- a/apps/authentiwatch/app.js +++ b/apps/authentiwatch/app.js @@ -369,11 +369,15 @@ function bangle1Btn(e) { var dy = state.listy - E.clip(id * TOKEN_HEIGHT - half(AR.h - TOKEN_HEIGHT), 0, Math.max(0, tokens.length * TOKEN_HEIGHT - AR.h)); onDrag({b:1, dy:dy}); changeId(id); + drawProgressBar(); } timerCalc(); } function exitApp() { + if (state.drawtimer) { + clearTimeout(state.drawtimer); + } Bangle.showLauncher(); }