mirror of https://github.com/M66B/FairEmail.git
Fixed title of primary account folders
This commit is contained in:
parent
dc9b3f63a1
commit
855f2dcb77
|
@ -280,7 +280,7 @@ public class FragmentFolders extends FragmentBase {
|
||||||
|
|
||||||
// Observe account
|
// Observe account
|
||||||
if (account < 0)
|
if (account < 0)
|
||||||
setSubtitle(R.string.title_folders_unified);
|
setSubtitle(primary ? R.string.title_folder_primary : R.string.title_folders_unified);
|
||||||
else
|
else
|
||||||
db.account().liveAccount(account).observe(getViewLifecycleOwner(), new Observer<EntityAccount>() {
|
db.account().liveAccount(account).observe(getViewLifecycleOwner(), new Observer<EntityAccount>() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue