mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Fixed selecting default identity replied/forwarded message
This commit is contained in:
@@ -2189,7 +2189,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
// Select identity matching from address
|
||||
Address from = null;
|
||||
EntityIdentity selected = null;
|
||||
long aid = args.getLong("account", -1);
|
||||
long aid = args.getLong("account", ref == null ? -1 : ref.account);
|
||||
long iid = args.getLong("identity", -1);
|
||||
|
||||
if (iid >= 0)
|
||||
|
||||
Reference in New Issue
Block a user