Updated on 2026-08-14
This commit is contained in:
parent
054a7f982f
commit
a7ab7abbfb
23 changed files with 165 additions and 30 deletions
|
|
@ -224,6 +224,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val currencyTo: CryptoCurrency? = null,
|
||||
val userWalletId: UserWalletId,
|
||||
val isInitialReverseOrder: Boolean = false,
|
||||
val screenSource: String,
|
||||
) : AppRoute(
|
||||
path = "/swap" +
|
||||
"/${currencyFrom.id.value}" +
|
||||
|
|
@ -336,6 +337,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
data class Stories(
|
||||
val storyId: String,
|
||||
val nextScreen: AppRoute,
|
||||
val screenSource: String,
|
||||
) : AppRoute(path = "/stories$storyId"), RouteBundleParams {
|
||||
override fun getBundle(): Bundle = bundle(serializer())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue