1
0
Fork 0

If the user has tapped the message to see the scroller, clear the unread timeout

master
paul-arg 2024-04-01 02:47:49 +02:00 committed by GitHub
parent ec9f9cecf9
commit 78af16101d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ function showMusicMessage(msg) {
}
function showMessageScroller(msg) {
cancelReloadTimeout();
active = "scroller";
var bodyFont = fontBig;
g.setFont(bodyFont);