Updated on 2026-08-14

This commit is contained in:
Tangem 2022-07-04 01:35:26 +03:00
parent 0bd6564176
commit bb7a530086
10 changed files with 82 additions and 103 deletions

View file

@ -129,7 +129,7 @@ class DialogManager : StoreSubscriber<GlobalState> {
messageRes = state.dialog.messageRes,
context = context,
primaryButtonRes = state.dialog.primaryButtonRes,
primaryButtonAction = state.dialog.action
primaryButtonAction = state.dialog.onOk
)
else -> null
}