fix fragments recreated in wrong order
This commit is contained in:
parent
04dc5e6332
commit
6b003cd62b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue