refactor
This commit is contained in:
parent
3951393834
commit
fb2643b98a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class ImportCompleteFragment extends BaseOsmAndFragment {
|
|||
fm.beginTransaction()
|
||||
.replace(R.id.fragmentContainer, fragment, TAG)
|
||||
.addToBackStack(IMPORT_SETTINGS_TAG)
|
||||
.commit();
|
||||
.commitAllowingStateLoss();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue