1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-24 16:53:37 +00:00

Fixed reply to self

This commit is contained in:
M66B 2018-09-08 06:36:35 +00:00
parent de2b20f5dd
commit edafb07fce

View file

@ -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;
}