Fix IllegalStateException
This commit is contained in:
parent
d06eca5e4e
commit
291509580c
1 changed files with 3 additions and 1 deletions
|
@ -268,6 +268,8 @@ public class DataStoragePlaceDialogFragment extends BottomSheetDialogFragment {
|
||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
args.putBoolean(STORAGE_READOLNY_KEY, storageReadOnly);
|
args.putBoolean(STORAGE_READOLNY_KEY, storageReadOnly);
|
||||||
f.setArguments(args);
|
f.setArguments(args);
|
||||||
f.show(fragmentManager, DataStoragePlaceDialogFragment.TAG);
|
fragmentManager.beginTransaction()
|
||||||
|
.add(f, DataStoragePlaceDialogFragment.TAG)
|
||||||
|
.commitAllowingStateLoss();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue