mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Basic POP3 support
This commit is contained in:
@@ -131,8 +131,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
tbShowHidden.setVisibility(View.GONE);
|
||||
grpReady.setVisibility(View.GONE);
|
||||
pbWait.setVisibility(View.VISIBLE);
|
||||
if (account < 0)
|
||||
fab.hide();
|
||||
fab.hide();
|
||||
|
||||
return view;
|
||||
}
|
||||
@@ -155,6 +154,10 @@ public class FragmentFolders extends FragmentBase {
|
||||
@Override
|
||||
public void onChanged(@Nullable EntityAccount account) {
|
||||
setSubtitle(account == null ? null : account.name);
|
||||
if (account == null || account.pop)
|
||||
fab.hide();
|
||||
else
|
||||
fab.show();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user