mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added primary inbox start screen
This commit is contained in:
@@ -267,7 +267,7 @@ public class FragmentDialogIdentity extends FragmentDialogBase {
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
if (account < 0)
|
||||
return db.folder().getPrimaryDrafts();
|
||||
return db.folder().getFolderPrimary(EntityFolder.DRAFTS);
|
||||
else
|
||||
return db.folder().getFolderByType(account, EntityFolder.DRAFTS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user