mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
make the auto-open folder not trigger if we're doing a search
This commit is contained in:
parent
81d72a2d8c
commit
bc61c90e1a
@ -393,7 +393,7 @@ public class MessageList
|
||||
|
||||
|
||||
|
||||
if (mFolderName == null)
|
||||
if (mFolderName == null && mQueryString == null)
|
||||
{
|
||||
mFolderName = mAccount.getAutoExpandFolderName();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user