NTP-8931 | bug fix added for oe data (#13366)
This commit is contained in:
@@ -330,7 +330,7 @@ abstract class ApplicationPlatformVM(
|
||||
handle.get<String>(APP_PLATFORM_APPLICATION_TYPE).orEmpty(),
|
||||
screenName = handle.get<String>(APP_PLATFORM_SCREEN_ID).orEmpty()
|
||||
) {
|
||||
it.isSuccessWithData()
|
||||
!it.isSuccessWithData()
|
||||
}
|
||||
)
|
||||
|
||||
@@ -412,7 +412,7 @@ abstract class ApplicationPlatformVM(
|
||||
handle.get<String>(APP_PLATFORM_APPLICATION_TYPE).orEmpty(),
|
||||
screenName = handle.get<String>(APP_PLATFORM_SCREEN_ID).orEmpty()
|
||||
) {
|
||||
it.isSuccessWithData()
|
||||
!it.isSuccessWithData()
|
||||
}
|
||||
)
|
||||
|
||||
@@ -460,7 +460,7 @@ abstract class ApplicationPlatformVM(
|
||||
handle.get<String>(APP_PLATFORM_APPLICATION_TYPE).orEmpty(),
|
||||
screenName = handle.get<String>(APP_PLATFORM_SCREEN_ID).orEmpty()
|
||||
) {
|
||||
it.isSuccessWithData()
|
||||
!it.isSuccessWithData()
|
||||
}
|
||||
)
|
||||
if (response.errors.isNotNull() || response.error.isNotNull()) {
|
||||
@@ -507,7 +507,7 @@ abstract class ApplicationPlatformVM(
|
||||
handle.get<String>(APP_PLATFORM_APPLICATION_TYPE).orEmpty(),
|
||||
screenName = handle.get<String>(APP_PLATFORM_SCREEN_ID).orEmpty()
|
||||
) {
|
||||
it.isSuccessWithData()
|
||||
!it.isSuccessWithData()
|
||||
}
|
||||
)
|
||||
|
||||
@@ -582,7 +582,7 @@ abstract class ApplicationPlatformVM(
|
||||
handle.get<String>(APP_PLATFORM_APPLICATION_TYPE).orEmpty(),
|
||||
screenName = handle.get<String>(APP_PLATFORM_SCREEN_ID).orEmpty()
|
||||
) {
|
||||
it.isSuccessWithData()
|
||||
!it.isSuccessWithData()
|
||||
}
|
||||
)
|
||||
|
||||
@@ -653,7 +653,7 @@ abstract class ApplicationPlatformVM(
|
||||
handle.get<String>(APP_PLATFORM_APPLICATION_TYPE).orEmpty(),
|
||||
screenName = handle.get<String>(APP_PLATFORM_SCREEN_ID).orEmpty()
|
||||
) {
|
||||
it.isSuccessWithData()
|
||||
!it.isSuccessWithData()
|
||||
}
|
||||
)
|
||||
|
||||
@@ -777,7 +777,7 @@ abstract class ApplicationPlatformVM(
|
||||
handle.get<String>(APP_PLATFORM_APPLICATION_TYPE).orEmpty(),
|
||||
screenName = handle.get<String>(APP_PLATFORM_SCREEN_ID).orEmpty()
|
||||
) {
|
||||
it.isSuccessWithData()
|
||||
!it.isSuccessWithData()
|
||||
}
|
||||
)
|
||||
_ctaResponseState.value =
|
||||
|
||||
Reference in New Issue
Block a user