Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-20 14:31:47 +03:00
parent c63d35bb8b
commit 11eb1bbbdc
8 changed files with 25 additions and 27 deletions

View file

@ -30,8 +30,10 @@ sealed class AppRoute(val path: String) : Route {
@Serializable
data class Welcome(
@Deprecated("No longer used, will be removed in future releases")
val launchMode: InitScreenLaunchMode = InitScreenLaunchMode.Standard,
// we still have this param to be handled by WalletConnectLinkIntentHandler in WelcomeMiddleware
@Deprecated("No longer used, will be removed in future releases")
val intent: SerializableIntent? = null,
) : AppRoute(path = "/welcome"), RouteBundleParams {