Updated on 2026-08-14
This commit is contained in:
parent
eed9d7e9ec
commit
821be73571
20 changed files with 33 additions and 26 deletions
|
|
@ -19,8 +19,6 @@ sealed class NavigationAction : Action {
|
|||
|
||||
data class OpenDocument(val url: Uri) : NavigationAction()
|
||||
|
||||
data class OpenDialog(val stateDialog: StateDialog) : NavigationAction()
|
||||
|
||||
data class ActivityCreated(val activity: WeakReference<AppCompatActivity>) : NavigationAction()
|
||||
|
||||
data class ActivityDestroyed(val activity: WeakReference<AppCompatActivity>) : NavigationAction()
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
package com.tangem.core.navigation
|
||||
|
||||
interface StateDialog {
|
||||
|
||||
data class ScanFailsDialog(val source: ScanFailsSource) : StateDialog
|
||||
|
||||
enum class ScanFailsSource {
|
||||
MAIN, SIGN_IN, SETTINGS, INTRO;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue