This commit is contained in:
veliymolfar 2020-03-04 10:30:05 +02:00
parent 3951393834
commit fb2643b98a

View file

@ -54,7 +54,7 @@ public class ImportCompleteFragment extends BaseOsmAndFragment {
fm.beginTransaction()
.replace(R.id.fragmentContainer, fragment, TAG)
.addToBackStack(IMPORT_SETTINGS_TAG)
.commit();
.commitAllowingStateLoss();
}
@Override