Updated on 2026-08-14

This commit is contained in:
Tangem 2021-10-29 18:43:12 +03:00
parent 1280c6e532
commit efb2a36f41
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@ class ScanFailsDialog {
setPositiveButton(R.string.alert_button_request_support) { _, _ ->
store.dispatch(GlobalAction.SendFeedback(ScanFailsEmail()))
}
setNegativeButton(R.string.common_cancel) { _, _ -> }
setNeutralButton(R.string.alert_troubleshooting_scan_card_ok) { _, _ -> }
setOnDismissListener { store.dispatchDialogHide() }
}.create()
}