diff --git a/apps/messagegui/ChangeLog b/apps/messagegui/ChangeLog index a2d8dbc35..5e0353782 100644 --- a/apps/messagegui/ChangeLog +++ b/apps/messagegui/ChangeLog @@ -104,3 +104,4 @@ 0.75: Handle text with images in messages list by just displaying the first line 0.76: Swipe up/down on a shown message to show the next newer/older message. 0.77: Messages can now use international fonts if they are installed +0.78: Fix: When user taps on a new message, clear the unread timeout diff --git a/apps/messagegui/app.js b/apps/messagegui/app.js index 1d1a144c7..133cb0906 100644 --- a/apps/messagegui/app.js +++ b/apps/messagegui/app.js @@ -233,6 +233,7 @@ function showMusicMessage(msg) { } function showMessageScroller(msg) { + cancelReloadTimeout(); active = "scroller"; var bodyFont = fontBig; g.setFont(bodyFont); diff --git a/apps/messagegui/metadata.json b/apps/messagegui/metadata.json index 53836a9c4..5e064c9b3 100644 --- a/apps/messagegui/metadata.json +++ b/apps/messagegui/metadata.json @@ -2,7 +2,7 @@ "id": "messagegui", "name": "Message UI", "shortName": "Messages", - "version": "0.77", + "version": "0.78", "description": "Default app to display notifications from iOS and Gadgetbridge/Android", "icon": "app.png", "type": "app",