[3.3.0] remove isRoma , map has bug

This commit is contained in:
zhongchao
2023-06-19 11:42:02 +08:00
parent 7236500720
commit 5f6280e706

View File

@@ -165,10 +165,8 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener,
}
private fun openRoma() {
if (!MogoMapUIController.getInstance().currentMapVisualAngle.isRoma) {
updateLongSightLevel(true)
requestRangeOfIdentify(true)
}
updateLongSightLevel(true)
requestRangeOfIdentify(true)
}
@Synchronized