Updated on 2026-08-14
This commit is contained in:
parent
c2d6b31378
commit
a16a27546c
19 changed files with 107 additions and 44 deletions
|
|
@ -23,6 +23,8 @@ sealed class NavigationAction : Action {
|
|||
|
||||
object OpenBiometricsSettings : NavigationAction()
|
||||
|
||||
data class OpenDialog(val stateDialog: StateDialog) : NavigationAction()
|
||||
|
||||
data class Share(val data: String) : NavigationAction()
|
||||
|
||||
data class ActivityCreated(val activity: WeakReference<AppCompatActivity>) : NavigationAction()
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
package com.tangem.core.navigation
|
||||
|
||||
interface StateDialog {
|
||||
|
||||
object ScanFailsDialog : StateDialog
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue