mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Refactoring
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user