From 78af16101d5215875dbfb433828e45925a279eab Mon Sep 17 00:00:00 2001 From: paul-arg Date: Mon, 1 Apr 2024 02:47:49 +0200 Subject: [PATCH] If the user has tapped the message to see the scroller, clear the unread timeout --- apps/messagegui/app.js | 1 + 1 file changed, 1 insertion(+) 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);