mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Unified inbox folders
This commit is contained in:
@@ -136,7 +136,7 @@ public class FragmentFolders extends FragmentEx {
|
||||
|
||||
// Observe account
|
||||
if (account < 0)
|
||||
setSubtitle(R.string.title_folder_unified);
|
||||
setSubtitle(R.string.title_folders_unified);
|
||||
else
|
||||
db.account().liveAccount(account).observe(getViewLifecycleOwner(), new Observer<EntityAccount>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user