Fixed reply to self

This commit is contained in:
M66B 2018-09-08 06:36:35 +00:00
parent de2b20f5dd
commit edafb07fce
1 changed files with 0 additions and 1 deletions

View File

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