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();

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#F710121E" />
<corners android:radius="@dimen/module_push_panel_corner" />
</shape>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB