diff --git a/apps/messages/ChangeLog b/apps/messages/ChangeLog index 75b171579..a96f125d3 100644 --- a/apps/messages/ChangeLog +++ b/apps/messages/ChangeLog @@ -45,3 +45,4 @@ 0.30: Add new Icons (Youtube, Twitch, MS TODO, Teams, Snapchat, Signal, Post & DHL, Nina, Lieferando, Kalender, Discord, Corona Warn, Bibel) 0.31: Option to disable icon flashing 0.32: Added an option to allow quiet mode to override message auto-open +0.33: Timeout from the message list screen if the message being displayed is removed and there is a timer going diff --git a/apps/messages/app.js b/apps/messages/app.js index 821813108..617801f61 100644 --- a/apps/messages/app.js +++ b/apps/messages/app.js @@ -470,8 +470,6 @@ function checkMessages(options) { // no new messages - go to clock? if (options.clockIfAllRead && newMessages.length==0) return load(); - // we don't have to time out of this screen... - cancelReloadTimeout(); active = "main"; // Otherwise show a menu E.showScroller({ diff --git a/apps/messages/metadata.json b/apps/messages/metadata.json index 7886a7b30..228e44d35 100644 --- a/apps/messages/metadata.json +++ b/apps/messages/metadata.json @@ -1,7 +1,7 @@ { "id": "messages", "name": "Messages", - "version": "0.32", + "version": "0.33", "description": "App to display notifications from iOS and Gadgetbridge/Android", "icon": "app.png", "type": "app",