Prevent crash

This commit is contained in:
M66B
2019-09-06 15:48:51 +02:00
parent bcc2619960
commit 03bed45ab7

View File

@@ -661,6 +661,7 @@ public class FragmentCompose extends FragmentBase {
if (a == null) {
a = new Bundle();
a.putString("action", "new");
setArguments(a);
}
Bundle args = new Bundle();