Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-07 16:06:04 +05:00
parent 2336cb6aaa
commit beceddf1fb
13 changed files with 89 additions and 0 deletions

View file

@ -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,