NTP-71867 | Owais | bottomsheet fix (#16748)

This commit is contained in:
Sayed Owais Ali
2025-06-25 22:52:42 +05:30
committed by GitHub
parent fef4c23617
commit 099bec0059

View File

@@ -513,10 +513,10 @@ class DigitalGoldSellUpiFragment :
}
private fun fetchUpiValidationResponse(actionData: ActionData?) {
actionData?.bottomSheetData?.let { showCommonBottomSheet(it) }
if (sharedVM.getBackOnRefresh() == false) {
viewModel.fetchUpiValidationV3(sharedVM.getUpiId())
} else {
actionData?.bottomSheetData?.let { showCommonBottomSheet(it) }
viewModel.fetchUpiValidationV2(upiId = sharedVM.getUpiId(), source = null)
}
}