mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Primary inbox type
This commit is contained in:
parent
760da17971
commit
96be6d30a1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue