diff --git a/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/customerinput/CustomerDataInputViewModel.kt b/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/customerinput/CustomerDataInputViewModel.kt index 962889a4bb..872a64aba3 100644 --- a/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/customerinput/CustomerDataInputViewModel.kt +++ b/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/customerinput/CustomerDataInputViewModel.kt @@ -15,7 +15,6 @@ import com.navi.base.utils.NaviNetworkConnectivity import com.navi.base.utils.ResourceProvider import com.navi.base.utils.orFalse import com.navi.bbps.R -import com.navi.bbps.common.AB_TESTING_COIN_UTILISATION_EXPERIMENT_NAME import com.navi.bbps.common.CATEGORY_ID_FASTAG import com.navi.bbps.common.DATE_TIME_FORMAT_DATE_MONTH_NAME_YEAR import com.navi.bbps.common.DATE_TIME_FORMAT_DATE_MONTH_NAME_YEAR_INPUT @@ -124,9 +123,6 @@ constructor( private val _bottomSheetUiState = MutableStateFlow(null) val bottomSheetUiState = _bottomSheetUiState.asStateFlow() - private val _isCoinUtilisationExperimentEnabled = MutableStateFlow(false) - val isCoinUtilisationExperimentEnabled = _isCoinUtilisationExperimentEnabled.asStateFlow() - private val _isContinueButtonEnabled = MutableStateFlow(false) val isContinueButtonEnabled = _isContinueButtonEnabled.asStateFlow() @@ -164,10 +160,7 @@ constructor( initConfig() fetchBillerDetails() updateBottomRewardsNudgeEntity() - viewModelScope.safeLaunch { - isCoinUtilisationExperimentEnabled() - updateNaviBbpsRewardNudgeExperimentEnabled() - } + viewModelScope.safeLaunch { updateNaviBbpsRewardNudgeExperimentEnabled() } } private fun initConfig() { @@ -204,16 +197,6 @@ constructor( _navigateToNextScreenFromHelpCta.emit(ctaData) } - private suspend fun isCoinUtilisationExperimentEnabled(): Boolean { - val coinUtilisationExperiment = - getABTestingExperimentUseCase.execute( - experimentName = AB_TESTING_COIN_UTILISATION_EXPERIMENT_NAME - ) - val isEnabled = coinUtilisationExperiment?.isEnabled.orFalse() - _isCoinUtilisationExperimentEnabled.update { isEnabled } - return isEnabled - } - fun onInputFieldValueChanged(customerParam: CustomerParam.TextInput, inputValue: String) { if (inputValue.length > customerParam.maxLength) { return diff --git a/android/navi-bbps/src/main/res/drawable/ic_bottom_discount_rectangle_green.xml b/android/navi-bbps/src/main/res/drawable/ic_bottom_discount_rectangle_green.xml deleted file mode 100644 index 01532a69da..0000000000 --- a/android/navi-bbps/src/main/res/drawable/ic_bottom_discount_rectangle_green.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/android/navi-bbps/src/main/res/drawable/ic_bottom_discount_rectangle_purple.xml b/android/navi-bbps/src/main/res/drawable/ic_bottom_discount_rectangle_purple.xml deleted file mode 100644 index 2e5a9846a5..0000000000 --- a/android/navi-bbps/src/main/res/drawable/ic_bottom_discount_rectangle_purple.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - -