Skip to content

Commit 53cf791

Browse files
authored
Merge pull request #9433 from rafaeltonholo/fix/9407/back-button-not-closing-app-when-single-account
fix(message-list): back button not closing app when message list is in inbox after returning from another folder and pressing back
2 parents dd5e546 + e260360 commit 53cf791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

legacy/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,7 @@ open class MessageList :
14661466
if (account == null && search.accountUuids.size == 1) {
14671467
account = accountManager.getAccount(search.accountUuids.elementAt(0))
14681468
}
1469+
singleFolderMode = true
14691470
}
14701471

14711472
configureDrawer()

0 commit comments

Comments
 (0)