diff --git a/apps/authentiwatch/app.js b/apps/authentiwatch/app.js index d2a72c8a8..640183230 100644 --- a/apps/authentiwatch/app.js +++ b/apps/authentiwatch/app.js @@ -275,7 +275,7 @@ function onDrag(e) { function onSwipe(e) { if (e == 1) { - Bangle.showLauncher(); + exitApp(); } if (e == -1 && state.curtoken != -1 && tokens[state.curtoken].period <= 0) { tokens[state.curtoken].period--;