Simplification

This commit is contained in:
M66B 2021-04-12 07:30:25 +02:00
parent 8e3e7dd72f
commit c12a92e873
1 changed files with 4 additions and 6 deletions

View File

@ -291,12 +291,10 @@ public class FragmentFolders extends FragmentBase {
else else
fabError.hide(); fabError.hide();
if (!primary) { if (account == null || !imap || primary)
if (account == null || account.protocol != EntityAccount.TYPE_IMAP) fabAdd.hide();
fabAdd.hide(); else
else fabAdd.show();
fabAdd.show();
}
} }
}); });