Updated on 2026-08-14
This commit is contained in:
parent
53e29be3c2
commit
380e5c19e0
16 changed files with 326 additions and 0 deletions
|
|
@ -341,4 +341,12 @@ sealed class AppRoute(val path: String) : Route {
|
|||
AddBackup, // continue backup process for existing wallet 1
|
||||
}
|
||||
}
|
||||
|
||||
@Serializable
|
||||
data class Stories(
|
||||
val storyId: String,
|
||||
val nextScreen: AppRoute,
|
||||
) : AppRoute(path = "/stories$storyId"), RouteBundleParams {
|
||||
override fun getBundle(): Bundle = bundle(serializer())
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue