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:
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) {
|
protected void onExecuted(Bundle args, EntityFolder inbox) {
|
||||||
FragmentBase fragment = new FragmentMessages();
|
FragmentBase fragment = new FragmentMessages();
|
||||||
if (inbox != null) {
|
if (inbox != null) {
|
||||||
|
args.putString("type", inbox.type);
|
||||||
args.putLong("account", inbox.account);
|
args.putLong("account", inbox.account);
|
||||||
args.putLong("folder", inbox.id);
|
args.putLong("folder", inbox.id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue