This commit is contained in:
wangcongtao
2020-09-04 10:38:26 +08:00
parent cf9d74db9a
commit fa1e17cc65
7 changed files with 8 additions and 6 deletions

View File

@@ -63,6 +63,14 @@ public class MapFragment extends MvpFragment< MapView, MapPresenter > implements
initMapView();
}
@Override
public void onSaveInstanceState( @NonNull Bundle outState ) {
super.onSaveInstanceState( outState );
if ( mMogoMapView != null ) {
mMogoMapView.onSaveInstanceState( outState );
}
}
@Override
public void onPause() {
super.onPause();