Simplification

pull/156/head
M66B 6 years ago
parent 5f83e3351a
commit 8b4f9246c7

@ -2059,7 +2059,7 @@ public class FragmentCompose extends FragmentBase {
draft.to = ref.to; draft.to = ref.to;
draft.from = ref.from; draft.from = ref.from;
} else { } else {
draft.to = (ref.reply == null || ref.reply.length == 0 ? ref.from : ref.reply); draft.to = recipient;
draft.from = ref.to; draft.from = ref.to;
} }
} }

Loading…
Cancel
Save