Updated on 2026-08-14
This commit is contained in:
parent
58f5f83f4e
commit
0a5a203b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class WarningDialog(context: Context) : AlertDialog(context) {
|
|||
|
||||
private val dialog: AlertDialog = Builder(context)
|
||||
.setTitle(context.getString(R.string.common_warning))
|
||||
.setPositiveButton(context.getString(R.string.general_ok)) { _, _ ->
|
||||
.setPositiveButton(context.getString(R.string.common_ok)) { _, _ ->
|
||||
dismiss()
|
||||
}.setOnDismissListener {
|
||||
store.dispatch(WalletAction.SaveCardId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue