Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-19 03:16:08 -07:00
parent e5e2f4a1e7
commit 5da87df354
18 changed files with 115 additions and 146 deletions

View file

@ -320,7 +320,7 @@ sealed class AppRoute(val path: String) : Route {
@Serializable
data class Stories(
val storyId: String,
val nextScreen: AppRoute,
val nextScreen: AppRoute? = null,
val screenSource: String,
) : AppRoute(path = "/stories$storyId")