[3.4.0-map-sdk] code style

This commit is contained in:
zhongchao
2023-09-13 18:44:18 +08:00
parent 4932c1d8a7
commit 9ac785d60a
6 changed files with 4 additions and 17 deletions

View File

@@ -122,7 +122,7 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle
return mIMap
}
override fun onCreate(bundle: Bundle) {
override fun onCreate(bundle: Bundle?) {
mMapView.onCreate(bundle)
d(SceneConstant.M_MAP + TAG, "map onCreate")
}