Updated on 2026-08-14
This commit is contained in:
parent
2d3a1d3bc7
commit
29b63f2e1a
7 changed files with 66 additions and 2 deletions
|
|
@ -51,6 +51,11 @@ class DialogManager : StoreSubscriber<GlobalState> {
|
|||
source = state.dialog.source,
|
||||
onTryAgain = state.dialog.onTryAgain,
|
||||
)
|
||||
is StateDialog.NfcFeatureIsUnavailable -> SimpleAlertDialog.create(
|
||||
titleRes = R.string.common_error,
|
||||
messageRes = R.string.nfc_error_unavailable,
|
||||
context = context,
|
||||
)
|
||||
is AppDialog.AddressInfoDialog -> AddressInfoBottomSheetDialog(state.dialog, context)
|
||||
is AppDialog.TestActionsDialog -> TestActionsBottomSheetDialog(state.dialog, context)
|
||||
is AppDialog.RussianCardholdersWarningDialog -> RussianCardholdersWarningBottomSheetDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue