mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Prevent NPE
This commit is contained in:
@@ -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"))) {
|
||||
|
||||
Reference in New Issue
Block a user