Updated on 2026-08-14
This commit is contained in:
parent
0bd6564176
commit
bb7a530086
10 changed files with 82 additions and 103 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue