Skip to content

Commit 27d178c

Browse files
author
thyttan
committed
messagegui: rm long press on scroller to open message settings screen
It would sometimes trigger when I only wanted to scroll slowly. It's quick and easy to access the message settings screen via the overview screen anyway - which is only one short press on the screen away.
1 parent 6ede526 commit 27d178c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/messagegui/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ function showMessagesScroller(msg, persist) {
344344
if (scrollIdx>=firstTitleLinePerMsg[i]) {
345345
if (!touch || touch.type===0) {
346346
showMessageRouter(MESSAGES[i], true, "overview");
347-
} else if (touch.type == 2) {
348-
showMessageSettings(MESSAGES[i]);
349347
}
350348
break;
351349
}

0 commit comments

Comments
 (0)