mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Fix our auto-expand folder behavior - Fixes issue 918
This commit is contained in:
parent
a292e3de73
commit
ce44165634
@ -379,7 +379,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
|
||||
|
||||
private void onOpenAccount(Account account, boolean startup)
|
||||
{
|
||||
if (account.getAutoExpandFolderName() == null)
|
||||
if (K9.FOLDER_NONE.equals(account.getAutoExpandFolderName()))
|
||||
{
|
||||
FolderList.actionHandleAccount(this, account, startup);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user