From 7b6386ce5d0860ed81deed91a1c2a4304cb6e00b Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Fri, 31 Dec 2021 15:56:39 +0800 Subject: [PATCH] Update app.js Use exitApp() --- apps/authentiwatch/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--;