mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Prevent crash
This commit is contained in:
@@ -219,7 +219,7 @@ public class FragmentBase extends Fragment {
|
||||
|
||||
if (savedInstanceState == null) {
|
||||
Bundle args = getArguments();
|
||||
if (args == null)
|
||||
if (args == null && !isStateSaved())
|
||||
setArguments(new Bundle());
|
||||
} else {
|
||||
title = savedInstanceState.getCharSequence("fair:title");
|
||||
|
||||
Reference in New Issue
Block a user