mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Fixed title of primary account folders
This commit is contained in:
@@ -280,7 +280,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
|
||||
// Observe account
|
||||
if (account < 0)
|
||||
setSubtitle(R.string.title_folders_unified);
|
||||
setSubtitle(primary ? R.string.title_folder_primary : R.string.title_folders_unified);
|
||||
else
|
||||
db.account().liveAccount(account).observe(getViewLifecycleOwner(), new Observer<EntityAccount>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user