We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5027312 commit 3e95bafCopy full SHA for 3e95baf
apps/messagegui/app.js
@@ -369,15 +369,18 @@ function showMessagesScroller(msg) {
369
},0);
370
}
371
//print(touch)
372
- if (touch && touch.type.swipeLR) {
+ if (touch && touch.type.swipeLR!=0) {
373
//print("select swipe")
374
+ updateReadMessages();
375
if (touch.type.swipeLR>0 && posHandler) {posHandler(MSG_SELECTED);}
376
if (touch.type.swipeLR<0 && negHandler) {negHandler(MSG_SELECTED);}
377
378
},
379
back: function () {
380
if (!persist) { return load(); }
381
Bangle.removeListener("touch", touchHandler);
382
383
+ WU&&WU.show();
384
returnToMain();
385
386
});
0 commit comments