NTP-75714 || REMOVED TOUCH EVENT FROM ALFRED (#16708)
This commit is contained in:
@@ -9,7 +9,6 @@ package com.navi.analytics.utils
|
||||
|
||||
import android.app.Dialog
|
||||
import android.content.Context
|
||||
import android.view.MotionEvent
|
||||
import android.view.View
|
||||
import com.navi.alfred.config.AlfredConfig
|
||||
import com.navi.alfred.core.AlfredManager
|
||||
@@ -77,16 +76,6 @@ object AlfredFacade : AlfredAnalyticsProvider {
|
||||
}
|
||||
}
|
||||
|
||||
fun handleTouchEvent(motionEvent: MotionEvent?, screenName: String, moduleName: String) {
|
||||
executeIfAlfredEnabled {
|
||||
AlfredEventHandlerImpl.handleTouchEvent(
|
||||
currentTouchEvent = motionEvent,
|
||||
screenName = screenName,
|
||||
moduleName = moduleName,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
fun setUserLocation(longitude: Double, latitude: Double) {
|
||||
executeIfAlfredEnabled {
|
||||
AlfredManager.setLocation(longitude = longitude, latitude = latitude)
|
||||
|
||||
Reference in New Issue
Block a user