Updated on 2026-08-14
This commit is contained in:
parent
34609aeb8c
commit
e2721b21e1
13 changed files with 53 additions and 9 deletions
|
|
@ -167,11 +167,14 @@ sealed class AppRoute(val path: String) : Route {
|
|||
get() = when (this) {
|
||||
is Send -> "/$networkName"
|
||||
WalletConnect -> ""
|
||||
MainScreen -> ""
|
||||
}
|
||||
|
||||
data class Send(val networkName: String) : Source()
|
||||
|
||||
data object WalletConnect : Source()
|
||||
|
||||
data object MainScreen : Source()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue