Skip to content

Commit

Permalink
Update app/src/main/java/io/github/ryunen344/suburi/ui/screen/Routes.kt
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
RyuNen344 and github-actions[bot] authored Oct 27, 2024
1 parent 3de6e29 commit 5235247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ val <T : Routes> KClass<T>.deepLinks: List<NavDeepLink>
get() = when (this) {
Routes.Top::class -> emptyList()
Routes.Uuid::class -> listOf(
navDeepLink<Routes.Uuid>(basePath = "https://www.example.com/uuid", typeMap = WrappedUuid.typeMap)
navDeepLink<Routes.Uuid>(basePath = "https://www.example.com/uuid", typeMap = WrappedUuid.typeMap),
)

Routes.Structures::class -> emptyList()
Expand Down

0 comments on commit 5235247

Please sign in to comment.