File tree Expand file tree Collapse file tree
shared/session/src/main/kotlin/com/flipcash/app/session/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 428428 <string name =" description_noTransactionHistory" >Your recent activity will appear here when you send or receive money</string >
429429
430430 <string name =" title_billCustomizer" >Bill Playground</string >
431+
432+ <string name =" error_title_CashReturnedToWallet" >Something Went Wrong</string >
433+ <string name =" error_description_CashReturnedToWallet" >The cash was returned to your wallet</string >
431434</resources >
Original file line number Diff line number Diff line change @@ -451,6 +451,10 @@ class RealSessionController @Inject constructor(
451451 error = it
452452 )
453453 dismissBill(action = PutInWallet )
454+ BottomBarManager .showError(
455+ title = resources.getString(R .string.error_title_CashReturnedToWallet),
456+ message = resources.getString(R .string.error_description_CashReturnedToWallet)
457+ )
454458 },
455459 present = { data ->
456460 if (! bill.didReceive) {
You can’t perform that action at this time.
0 commit comments