Browse Source

Fixed reply to self

main
M66B 5 years ago
parent
commit
edafb07fce
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/src/main/java/eu/faircode/email/FragmentCompose.java

+ 0
- 1
app/src/main/java/eu/faircode/email/FragmentCompose.java 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;
}


Loading…
Cancel
Save