Fixed title of primary account folders

This commit is contained in:
M66B 2020-07-06 21:41:50 +02:00
parent dc9b3f63a1
commit 855f2dcb77
1 changed files with 1 additions and 1 deletions

View File

@ -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