Prevent NPE

This commit is contained in:
M66B
2024-07-16 19:43:04 +02:00
parent 99da99dfb9
commit cc4bee7c39

View File

@@ -274,6 +274,7 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
boolean attach_new = prefs.getBoolean("attach_new", true);
if (!attach_new && !create &&
args != null &&
args.size() == 1 &&
(args.containsKey("to") ||
args.containsKey("attachments"))) {