mirror of https://github.com/espruino/BangleApps
If the user has tapped the message to see the scroller, clear the unread timeout
parent
ec9f9cecf9
commit
78af16101d
|
@ -233,6 +233,7 @@ function showMusicMessage(msg) {
|
|||
}
|
||||
|
||||
function showMessageScroller(msg) {
|
||||
cancelReloadTimeout();
|
||||
active = "scroller";
|
||||
var bodyFont = fontBig;
|
||||
g.setFont(bodyFont);
|
||||
|
|
Loading…
Reference in New Issue