Simplification

This commit is contained in:
M66B
2019-05-29 09:16:01 +02:00
parent 5f83e3351a
commit 8b4f9246c7

View File

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