Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-21 12:07:59 +03:00
parent 08a78738cb
commit 3477c8f591
13 changed files with 215 additions and 101 deletions

View file

@ -111,14 +111,7 @@ sealed class AppRoute(val path: String) : Route {
@Serializable
data class CardSettings(
val userWalletId: UserWalletId,
) : AppRoute(path = "/card_settings/${userWalletId.stringValue}"), RouteBundleParams {
override fun getBundle(): Bundle = bundle(serializer())
companion object {
const val USER_WALLET_ID_KEY = "userWalletId"
}
}
) : AppRoute(path = "/card_settings/${userWalletId.stringValue}")
@Serializable
data object AppSettings : AppRoute(path = "/app_settings")