mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Prevent crash
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user