1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 14:11:00 +00:00

Fixed crash

This commit is contained in:
M66B 2019-10-02 21:15:27 +02:00
parent 822e4e3af7
commit 76625a27c4

View file

@ -2179,7 +2179,7 @@ public class FragmentCompose extends FragmentBase {
} else if ("participation".equals(action))
data.draft.subject = status + ": " + ref.subject;
if (ref.plain_only)
if (ref.plain_only != null && ref.plain_only)
data.draft.plain_only = ref.plain_only;
if (answer > 0) {