[6.5.0_tmp] fix map problem contains volitile and func remove
This commit is contained in:
@@ -65,10 +65,10 @@ public abstract class MogoBaseMapView extends FrameLayout implements ILifeCycle
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
MogoMap.Companion.getMapInstance().clear(getInstanceTag());
|
||||
if ( mMapView != null ) {
|
||||
mMapView.onDestroy();
|
||||
}
|
||||
MogoMap.Companion.getMapInstance().clear(getInstanceTag());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user