Skip to content

Commit dff3bc7

Browse files
author
thyttan
committed
messagegui: fix calls so the route to the overview screen
1 parent 3e95baf commit dff3bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ function checkMessages(options) {
724724
// If we have a new message, show it
725725
if (!options.ignoreUnread && newMessages.length) {
726726
delete newMessages[0].show; // stop us getting stuck here if we're called a second time
727-
showMessagesScroller(newMessages[0]);
727+
showMessageRouter(newMessages[0], persist);
728728
// buzz after showMessagesScroller, so being busy during scroller setup doesn't affect the buzz pattern
729729
if (global.BUZZ_ON_NEW_MESSAGE) {
730730
// this is set if we entered the messages app by loading `messagegui.new.js`

0 commit comments

Comments
 (0)