mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 06:08:25 -05:00
Fix a crash when using the back button in a search results list with "Manage Back button" preference enabled.
Fixes issue 1716
This commit is contained in:
parent
b43126c69f
commit
84d5e7216d
@ -582,7 +582,14 @@ public class MessageList
|
||||
// platform.
|
||||
if (K9.manageBack())
|
||||
{
|
||||
onShowFolderList();
|
||||
if (mQueryString == null)
|
||||
{
|
||||
onShowFolderList();
|
||||
}
|
||||
else
|
||||
{
|
||||
onAccounts();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user