mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Fallback to account color for unified folder view / inboxes
This commit is contained in:
@@ -568,6 +568,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
case "folders":
|
||||
fragment = new FragmentFolders();
|
||||
args.putLong("account", account);
|
||||
args.putBoolean("unified", true);
|
||||
break;
|
||||
case "primary":
|
||||
fragment = new FragmentFolders();
|
||||
|
||||
Reference in New Issue
Block a user