mirror of
https://github.com/pelgraine/Meck.git
synced 2026-03-28 17:42:44 +01:00
fix message popup accidental navigation bug
This commit is contained in:
@@ -651,8 +651,8 @@ switch(t){
|
||||
|
||||
void UITask::msgRead(int msgcount) {
|
||||
_msgcount = msgcount;
|
||||
if (msgcount == 0) {
|
||||
gotoHomeScreen();
|
||||
if (msgcount == 0 && curr == msg_preview) {
|
||||
gotoHomeScreen(); // only leave msg_preview when queue is empty
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user