NTP-71867 | Owais | bottomsheet fix (#16748)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user