Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-22 16:14:14 +03:00
parent 081128f2cf
commit 63b07cccc3
53 changed files with 614 additions and 464 deletions

View file

@ -231,7 +231,8 @@ sealed class AppRoute(val path: String) : Route {
@Serializable
data class WalletBackup(
val userWalletId: UserWalletId,
) : AppRoute(path = "/wallet_backup/${userWalletId.stringValue}")
val isColdWalletOptionShown: Boolean,
) : AppRoute(path = "/wallet_backup/${userWalletId.stringValue}/$isColdWalletOptionShown")
@Serializable
data class WalletHardwareBackup(