Updated on 2026-08-14
This commit is contained in:
parent
177176b3ee
commit
e6968d7b35
6 changed files with 17 additions and 11 deletions
|
|
@ -64,6 +64,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val userWalletId: UserWalletId,
|
||||
val currency: CryptoCurrency,
|
||||
val navigationAction: NavigationAction? = null,
|
||||
val shouldShowMarketBlock: Boolean = true,
|
||||
) : AppRoute(path = "/currency_details/${userWalletId.stringValue}/${currency.id.value}")
|
||||
|
||||
@Serializable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue