Updated on 2026-08-14
This commit is contained in:
parent
f192c85914
commit
d376a7118d
22 changed files with 44 additions and 221 deletions
|
|
@ -2,8 +2,6 @@ package com.tangem.domain.redux
|
|||
|
||||
interface StateDialog {
|
||||
|
||||
data object NfcFeatureIsUnavailable : StateDialog
|
||||
|
||||
data class ScanFailsDialog(val source: ScanFailsSource, val onTryAgain: (() -> Unit)? = null) : StateDialog
|
||||
|
||||
enum class ScanFailsSource {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue