Refactoring

This commit is contained in:
M66B
2019-11-23 13:48:59 +01:00
parent e7d3716084
commit 92429f8c5e
16 changed files with 96 additions and 68 deletions

View File

@@ -279,7 +279,7 @@ public class FragmentFolders extends FragmentBase {
else
fabError.hide();
if (account == null || account.pop)
if (account == null || account.protocol != EntityAccount.TYPE_IMAP)
fab.hide();
else
fab.show();