Skip to content

Commit

Permalink
Fixing community pages, used wrong ID_TYPE. Fixes #1348 (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Feb 5, 2024
1 parent 804928b commit b3a10fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/jerboa/ui/components/common/Route.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Route {

companion object {
const val ID = "id"
val ID_TYPE = NavType.IntType
val ID_TYPE = NavType.LongType

internal fun makeRoute(id: String) = "community/$id"

Expand Down

0 comments on commit b3a10fb

Please sign in to comment.