Prevent crash

pull/194/merge
M66B 4 years ago
parent b95225fc2e
commit b3f7741d43

@ -219,7 +219,7 @@ public class FragmentBase extends Fragment {
if (savedInstanceState == null) { if (savedInstanceState == null) {
Bundle args = getArguments(); Bundle args = getArguments();
if (args == null) if (args == null && !isStateSaved())
setArguments(new Bundle()); setArguments(new Bundle());
} else { } else {
title = savedInstanceState.getCharSequence("fair:title"); title = savedInstanceState.getCharSequence("fair:title");

Loading…
Cancel
Save