mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Improved read only folder support
This commit is contained in:
@@ -1215,7 +1215,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
long account = args.getLong("account");
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
List<EntityFolder> folders = db.folder().getFolders(account, true);
|
||||
List<EntityFolder> folders = db.folder().getFolders(account, false, true);
|
||||
|
||||
if (folders != null && folders.size() > 0)
|
||||
Collections.sort(folders, folders.get(0).getComparator(null));
|
||||
|
||||
Reference in New Issue
Block a user