Prevent crash

This commit is contained in:
M66B 2019-09-06 15:48:51 +02:00
parent bcc2619960
commit 03bed45ab7
1 changed files with 1 additions and 0 deletions

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();