mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Simplification
This commit is contained in:
@@ -2059,7 +2059,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
draft.to = ref.to;
|
||||
draft.from = ref.from;
|
||||
} else {
|
||||
draft.to = (ref.reply == null || ref.reply.length == 0 ? ref.from : ref.reply);
|
||||
draft.to = recipient;
|
||||
draft.from = ref.to;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user