forked from FOSS/BangleApps
messages: Back button now goes back to list of messages
parent
d32674f825
commit
a945a32f51
|
@ -26,3 +26,4 @@
|
|||
0.17: Fix: Get dynamic dimensions of notify icon, fixed notification font
|
||||
0.18: Use app-specific icon colors
|
||||
Spread message action buttons out
|
||||
Back button now goes back to list of messages
|
||||
|
|
|
@ -249,7 +249,7 @@ function showMessage(msgid) {
|
|||
{type:"btn", src:getBackImage(), cb:()=>{
|
||||
msg.new = false; saveMessages(); // read mail
|
||||
cancelReloadTimeout(); // don't auto-reload to clock now
|
||||
checkMessages({clockIfNoMsg:1,clockIfAllRead:0,showMsgIfUnread:1});
|
||||
checkMessages({clockIfNoMsg:1,clockIfAllRead:0,showMsgIfUnread:0});
|
||||
}} // back
|
||||
];
|
||||
if (msg.positive) {
|
||||
|
|
Loading…
Reference in New Issue