1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

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