mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 03:54:28 +02:00
Simplification
This commit is contained in:
@@ -291,12 +291,10 @@ public class FragmentFolders extends FragmentBase {
|
||||
else
|
||||
fabError.hide();
|
||||
|
||||
if (!primary) {
|
||||
if (account == null || account.protocol != EntityAccount.TYPE_IMAP)
|
||||
fabAdd.hide();
|
||||
else
|
||||
fabAdd.show();
|
||||
}
|
||||
if (account == null || !imap || primary)
|
||||
fabAdd.hide();
|
||||
else
|
||||
fabAdd.show();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user