mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Forward as attachment with account
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user