Updated on 2026-08-14
This commit is contained in:
parent
c63d35bb8b
commit
11eb1bbbdc
8 changed files with 25 additions and 27 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue