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