Fixed selecting default identity replied/forwarded message

This commit is contained in:
M66B 2019-10-07 11:41:09 +02:00
parent 82f33a3f7f
commit e97df2eca9
1 changed files with 1 additions and 1 deletions

View File

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