Updated on 2026-08-14

This commit is contained in:
Tangem 2022-08-16 21:36:03 +04:00
parent 96fc2f8267
commit 9720a85ab4
13 changed files with 16 additions and 20 deletions

View file

@ -51,7 +51,7 @@ class SimpleCancelableAlertDialog {
setNegativeButton(context.getText(secondaryButtonRes)) { _, _ -> secondaryButtonAction()}
}
setOnDismissListener {
store.dispatch(GlobalAction.HideDialog())
store.dispatch(GlobalAction.HideDialog)
}
}.create()
}