1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 06:31:17 +00:00

Primary inbox type

This commit is contained in:
M66B 2024-04-16 12:35:27 +02:00
parent 760da17971
commit 96be6d30a1

View file

@ -791,6 +791,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
protected void onExecuted(Bundle args, EntityFolder inbox) {
FragmentBase fragment = new FragmentMessages();
if (inbox != null) {
args.putString("type", inbox.type);
args.putLong("account", inbox.account);
args.putLong("folder", inbox.id);
}