fix fragments recreated in wrong order

This commit is contained in:
veliymolfar 2020-05-21 15:28:24 +03:00
parent 04dc5e6332
commit 6b003cd62b

View file

@ -995,6 +995,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
outState.putDouble(QUICK_SEARCH_LON_KEY, centerLatLon.getLongitude());
}
outState.putBoolean(QUICK_SEARCH_FAB_VISIBLE_KEY, fabVisible);
super.onSaveInstanceState(outState);
}
@Override