mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Fixed crash
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user