mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
8e3e7dd72f
commit
c12a92e873
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue