Skip to content

Commit e260360

Browse files
committed
fix(message-list): back button not closing app when message list is in inbox after returning from another folder and pressing back
1 parent 9af37fa commit e260360

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)