Merge pull request #1719 from zerodogg/messagesTimeoutMsgRemoval

Allow timeouts to run on the message list screen
pull/1723/head
Gordon Williams 2022-04-20 15:36:18 +01:00 committed by GitHub
commit 944cbb1136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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({

View File

@ -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",