Forward as attachment with account

This commit is contained in:
M66B
2022-01-31 20:15:17 +01:00
parent f4f46dfed1
commit 9978910c0c
2 changed files with 15 additions and 3 deletions

View File

@@ -226,7 +226,8 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
if (isShared(action)) {
args.putString("action", "new");
args.putLong("account", -1);
args.putLong("account",
intent.getLongExtra("fair:account", -1L));
}
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))