mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Primary inbox type
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user