mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Prevent selecting inbox
This commit is contained in:
@@ -1432,7 +1432,9 @@ public class FragmentAccount extends FragmentBase {
|
||||
folders.add(0, none);
|
||||
|
||||
adapter.clear();
|
||||
adapter.addAll(folders);
|
||||
for (EntityFolder folder : folders)
|
||||
if (!EntityFolder.INBOX.equals(folder.type))
|
||||
adapter.add(folder);
|
||||
|
||||
Long left = (account == null ? null : account.swipe_left);
|
||||
Long right = (account == null ? null : account.swipe_right);
|
||||
|
||||
Reference in New Issue
Block a user