[6.2.4] fix bug of sound play helper , devices extends lenovo , npl of map init

This commit is contained in:
zhongchao
2023-12-18 12:01:23 +08:00
parent fbf4a89f37
commit 4c5b88aecf
7 changed files with 44 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ import com.mogo.map.location.IMogoGDLocationClient
class MogoMapService : IMogoMapService {
override fun getMapUIController(mapTag:String): IMogoMapUIController? {
return mapInstance.getMogoMap().uiController
return mapInstance.getMogoMap()?.uiController
}
override fun getOverlayManager(): IMoGoOverlayManager {