mirror of https://github.com/M66B/FairEmail.git
Fixed reply to self
This commit is contained in:
parent
de2b20f5dd
commit
edafb07fce
|
@ -690,7 +690,6 @@ public class FragmentCompose extends FragmentEx {
|
|||
Log.i(Helper.TAG, "Swapping from/to");
|
||||
Address[] tmp = ref.to;
|
||||
ref.to = ref.from;
|
||||
ref.reply = null;
|
||||
ref.from = tmp;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue