皮肤设置修改
This commit is contained in:
@@ -37,7 +37,7 @@ public abstract class MogoBaseMapView extends FrameLayout implements ILifeCycle
|
||||
init( context );
|
||||
}
|
||||
|
||||
private void init( Context context ) {
|
||||
protected void init( Context context ) {
|
||||
mMapView = createMapView( context );
|
||||
if ( mMapView != null ) {
|
||||
final View mapView = mMapView.getMapView();
|
||||
|
||||
Reference in New Issue
Block a user