mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Prevent crash
This commit is contained in:
parent
bcc2619960
commit
03bed45ab7
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue