diff --git a/apps/dtlaunch/ChangeLog b/apps/dtlaunch/ChangeLog index b353459b9..30b4f75c1 100644 --- a/apps/dtlaunch/ChangeLog +++ b/apps/dtlaunch/ChangeLog @@ -25,4 +25,6 @@ facilitate 'fast switching' of apps where available. widgets would still be loaded when they weren't supposed to. 0.21: Bangle 2: Call Bangle.drawWidgets() early on so that the widget field immediately follows the correct theme. +0.22: Bangle 2: Change to not automatically marking the first app on a page +when moving pages. diff --git a/apps/dtlaunch/app-b2.js b/apps/dtlaunch/app-b2.js index e1ce6d8d1..1818364d9 100644 --- a/apps/dtlaunch/app-b2.js +++ b/apps/dtlaunch/app-b2.js @@ -90,7 +90,7 @@ let swipeListenerDt = function(dirLeftRight, dirUpDown){ updateTimeoutToClock(); - selected = 0; + selected = -1; oldselected=-1; if(settings.swipeExit && dirLeftRight==1) Bangle.showClock(); if (dirUpDown==-1||dirLeftRight==-1){ diff --git a/apps/dtlaunch/metadata.json b/apps/dtlaunch/metadata.json index d1aa6f679..b19d59e49 100644 --- a/apps/dtlaunch/metadata.json +++ b/apps/dtlaunch/metadata.json @@ -1,7 +1,7 @@ { "id": "dtlaunch", "name": "Desktop Launcher", - "version": "0.21", + "version": "0.22", "description": "Desktop style App Launcher with six (four for Bangle 2) apps per page - fast access if you have lots of apps installed.", "screenshots": [{"url":"shot1.png"},{"url":"shot2.png"},{"url":"shot3.png"}], "icon": "icon.png",