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");
|
Log.i(Helper.TAG, "Swapping from/to");
|
||||||
Address[] tmp = ref.to;
|
Address[] tmp = ref.to;
|
||||||
ref.to = ref.from;
|
ref.to = ref.from;
|
||||||
ref.reply = null;
|
|
||||||
ref.from = tmp;
|
ref.from = tmp;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue