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 cd43f8cff0..a3dfe912d8 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 @@ -170,7 +170,7 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener, private fun openRoma() { CallerMapUIServiceManager.getMapUIController()?.visualAngleLock(true) - CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(false) + CallerMapUIServiceManager.getMapUIController()?.setScrollGesturesEnable(false) updateLongSightLevel(true) requestRangeOfIdentify(true) } @@ -178,7 +178,7 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener, @Synchronized private fun closeRoma(manual: Boolean = true) { CallerMapUIServiceManager.getMapUIController()?.visualAngleLock(false) - CallerMapUIServiceManager.getMapUIController()?.setAllGesturesEnabled(true) + CallerMapUIServiceManager.getMapUIController()?.setScrollGesturesEnable(true) updateLongSightLevel(false) requestRangeOfIdentify(false) MapIdentifySubscriber.instance.clearAiCloudRoma()