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 9f22b222f7..3298be74bc 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 @@ -165,7 +165,7 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener, private fun openRoma() { CallerMapUIServiceManager.getMapUIController()?.visualAngleLock(true) - CallerMapUIServiceManager.getMapUIController()?.setScrollGesturesEnable(false) + CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(false) updateLongSightLevel(true) requestRangeOfIdentify(true) } @@ -173,7 +173,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()