[6.7.0][UI走查] 修复乘客屏遗留部分UI问题

This commit is contained in:
renwj
2024-10-17 19:38:51 +08:00
parent 3ba92ea9d6
commit 0a1104e48f
9 changed files with 66 additions and 10 deletions

View File

@@ -31,9 +31,9 @@ open class MogoMapView : MogoBaseMapView, ILifeCycle {
override fun addMapView(context: Context, attrs: AttributeSet) {
if (mapAutoView == null) {
mapAutoView = if (styleParams == null) {
MapAutoView(context, attrs)
MoGoAutoView(context, attrs)
} else {
MapAutoView(context, styleParams!!)
MoGoAutoView(context, styleParams!!)
}
}
if (mMapView == null) {