Fallback to account color for unified folder view / inboxes

This commit is contained in:
M66B
2021-08-31 22:21:04 +02:00
parent c711357f07
commit b694c1234e
6 changed files with 20 additions and 10 deletions

View File

@@ -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();