diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt index ff3a629066..7cf3c16329 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt @@ -164,7 +164,7 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener, private fun openRoma() { CallerMapUIServiceManager.getMapUIController()?.visualAngleLock(true) - CallerMapUIServiceManager.getMapUIController()?.setScrollGesturesEnable(false) + CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(false) updateLongSightLevel(true) requestRangeOfIdentify(true) } @@ -172,7 +172,7 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener, @Synchronized private fun closeRoma(manual: Boolean = true) { CallerMapUIServiceManager.getMapUIController()?.visualAngleLock(false) - CallerMapUIServiceManager.getMapUIController()?.setScrollGesturesEnable(true) + CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(true) updateLongSightLevel(false) requestRangeOfIdentify(false) MapIdentifySubscriber.instance.clearAiCloudRoma()