Change order of events
This commit is contained in:
parent
cc39924087
commit
d9125d3c02
1 changed files with 1 additions and 2 deletions
|
@ -21,12 +21,11 @@ interface AccountSetupContract {
|
|||
)
|
||||
|
||||
sealed interface Event {
|
||||
object OnNext : Event
|
||||
|
||||
data class OnAutoDiscoveryFinished(
|
||||
val isAutomaticConfig: Boolean,
|
||||
) : Event
|
||||
|
||||
object OnNext : Event
|
||||
object OnBack : Event
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue