Skip to content

Commit 7a449d8

Browse files
author
thyttan
committed
messagegui: default route msg to messagesScroller
1 parent dff3bc7 commit 7a449d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ function showMessageRouter(msg, persist, explicitDestnation) {
118118
if ("list"===active) {return returnToMain();}
119119
if ("settings"===active || "overview"===active) {return;}
120120
}
121+
return showMessagesScroller(msg);
121122
//if (false) {showMessageSettings(msg);}
122123
}
123124

0 commit comments

Comments
 (0)