Updated on 2026-08-14
This commit is contained in:
parent
ff8f9c9b18
commit
6aab25427d
75 changed files with 2122 additions and 57 deletions
|
|
@ -350,6 +350,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val storyId: String,
|
||||
val nextScreen: AppRoute? = null,
|
||||
val screenSource: String,
|
||||
val shouldMarkAsSeenOnClose: Boolean = true,
|
||||
) : AppRoute(path = "/stories$storyId")
|
||||
|
||||
@Serializable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue