Fixed reply extra

This commit is contained in:
M66B 2019-10-27 15:34:44 +01:00
parent 236e805d4c
commit c45c74288e
1 changed files with 6 additions and 0 deletions

View File

@ -2283,6 +2283,12 @@ public class FragmentCompose extends FragmentBase {
if (identity.id.equals(iid)) {
Log.i("Selected requested identity=" + iid);
selected = identity;
if (data.draft.from != null)
for (Address sender : data.draft.from)
if (identity.similarAddress(sender)) {
from = sender;
break;
}
break;
}