typo fix
This commit is contained in:
@@ -131,7 +131,7 @@ android {
|
||||
dev {
|
||||
applicationId "com.naviapp.dev"
|
||||
dimension "app"
|
||||
buildConfigField 'String', 'BASE_URL', formatString('https://qa-sa.navi.com/')
|
||||
buildConfigField 'String', 'BASE_URL', formatString('https://dev-sa.navi.com/')
|
||||
buildConfigField "String", "MOENGAGE_KEY", formatString('2PDJ4M6TDY7ADQ5N5LU48H9Y')
|
||||
buildConfigField "String", "APPSFLYER_KEY", formatString('ua6cppJ9oQx7aPQPNyHrHA')
|
||||
buildConfigField 'String', 'UXCAM_KEY', formatString('ddo6o2imqy6y3so')
|
||||
|
||||
@@ -60,7 +60,7 @@ class UserDataViewModel(
|
||||
|
||||
private suspend fun sendDeviceDetails() {
|
||||
analyticsTracker.deviceDetailsStartTime()
|
||||
perfUtils.startNewRelicInteraction("post_device_details_start_time")
|
||||
perfUtils.startNewRelicInteraction("post_device_details")
|
||||
val context: Context = getApplication()
|
||||
val gaId = PreferenceManager.getStringPreference(GOOGLE_ADVERTISING_ID)
|
||||
val deviceDetail = DeviceDetail(
|
||||
@@ -92,7 +92,7 @@ class UserDataViewModel(
|
||||
)
|
||||
val response = repository.updateFcmToken(deviceDetail)
|
||||
analyticsTracker.deviceDetailsEndTime()
|
||||
perfUtils.endInteraction("post_device_details_start_time", NaviAnalytics.LOAN_ELIGIBILITIY_LOADER)
|
||||
perfUtils.endInteraction("post_device_details", NaviAnalytics.LOAN_ELIGIBILITIY_LOADER)
|
||||
if (response.error == null && response.errors.isNullOrEmpty()) {
|
||||
PreferenceManager.setLongPreference(
|
||||
FCM_TOKEN_LAST_UPDATED_TIME,
|
||||
|
||||
Reference in New Issue
Block a user