Updated on 2026-08-14
This commit is contained in:
parent
3069b8d32d
commit
7b4ae4e23d
39 changed files with 1985 additions and 329 deletions
|
|
@ -195,6 +195,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
is Send -> "/$networkName"
|
||||
WalletConnect -> ""
|
||||
MainScreen -> ""
|
||||
AddressBook -> ""
|
||||
}
|
||||
|
||||
data class Send(val networkName: String) : Source()
|
||||
|
|
@ -202,6 +203,8 @@ sealed class AppRoute(val path: String) : Route {
|
|||
data object WalletConnect : Source()
|
||||
|
||||
data object MainScreen : Source()
|
||||
|
||||
data object AddressBook : Source()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue