Updated on 2026-08-14
This commit is contained in:
parent
2336cb6aaa
commit
beceddf1fb
13 changed files with 89 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val selectedCurrency: CryptoCurrency?,
|
||||
val source: Source,
|
||||
val showSendViaSwapNotification: Boolean,
|
||||
val analyticsCategoryName: String,
|
||||
) : AppRoute(path = "/$source/choose_managed_tokens/$userWalletId/${initialCurrency.id.value}") {
|
||||
enum class Source {
|
||||
SendViaSwap,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue