mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
b95225fc2e
commit
b3f7741d43
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue