TP-73145 | Narayan | upiRequestId Error handling on send money screen (#11748)

Co-authored-by: Mehul Garg <mehul.garg@navi.com>
This commit is contained in:
Aditya Narayan Malik
2024-07-09 16:17:54 +05:30
committed by GitHub
parent 71944955a4
commit da10f3f757

View File

@@ -1404,6 +1404,7 @@ constructor(
if (isAutoTriggered) {
updateBottomSheetUIState(showBottomSheet = false)
}
updateScreenState(screenState = SendMoneyScreenState.MainScreen)
notifyError(getGenericErrorConfig())
return@launch
}