diff --git a/android/application-platform/navi-ap/src/main/kotlin/com/navi/ap/common/viewmodel/ApplicationPlatformVM.kt b/android/application-platform/navi-ap/src/main/kotlin/com/navi/ap/common/viewmodel/ApplicationPlatformVM.kt index d294847882..6427bd4e4c 100644 --- a/android/application-platform/navi-ap/src/main/kotlin/com/navi/ap/common/viewmodel/ApplicationPlatformVM.kt +++ b/android/application-platform/navi-ap/src/main/kotlin/com/navi/ap/common/viewmodel/ApplicationPlatformVM.kt @@ -330,7 +330,7 @@ abstract class ApplicationPlatformVM( handle.get(APP_PLATFORM_APPLICATION_TYPE).orEmpty(), screenName = handle.get(APP_PLATFORM_SCREEN_ID).orEmpty() ) { - it.isSuccessWithData() + !it.isSuccessWithData() } ) @@ -412,7 +412,7 @@ abstract class ApplicationPlatformVM( handle.get(APP_PLATFORM_APPLICATION_TYPE).orEmpty(), screenName = handle.get(APP_PLATFORM_SCREEN_ID).orEmpty() ) { - it.isSuccessWithData() + !it.isSuccessWithData() } ) @@ -460,7 +460,7 @@ abstract class ApplicationPlatformVM( handle.get(APP_PLATFORM_APPLICATION_TYPE).orEmpty(), screenName = handle.get(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(APP_PLATFORM_APPLICATION_TYPE).orEmpty(), screenName = handle.get(APP_PLATFORM_SCREEN_ID).orEmpty() ) { - it.isSuccessWithData() + !it.isSuccessWithData() } ) @@ -582,7 +582,7 @@ abstract class ApplicationPlatformVM( handle.get(APP_PLATFORM_APPLICATION_TYPE).orEmpty(), screenName = handle.get(APP_PLATFORM_SCREEN_ID).orEmpty() ) { - it.isSuccessWithData() + !it.isSuccessWithData() } ) @@ -653,7 +653,7 @@ abstract class ApplicationPlatformVM( handle.get(APP_PLATFORM_APPLICATION_TYPE).orEmpty(), screenName = handle.get(APP_PLATFORM_SCREEN_ID).orEmpty() ) { - it.isSuccessWithData() + !it.isSuccessWithData() } ) @@ -777,7 +777,7 @@ abstract class ApplicationPlatformVM( handle.get(APP_PLATFORM_APPLICATION_TYPE).orEmpty(), screenName = handle.get(APP_PLATFORM_SCREEN_ID).orEmpty() ) { - it.isSuccessWithData() + !it.isSuccessWithData() } ) _ctaResponseState.value =