mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Fixed reply to self
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user