Fixed title of primary account folders

pull/183/head
M66B 5 years ago
parent dc9b3f63a1
commit 855f2dcb77

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

Loading…
Cancel
Save