Skip to content

Commit 029eebc

Browse files
authored
fix sample build (#218)
1 parent 2ba2ac0 commit 029eebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sample/android/app/src/main/java/org/maplibre/navigation/sample/android/core

sample/android/app/src/main/java/org/maplibre/navigation/sample/android/core/CoreOnlyFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class CoreOnlyFragment : Fragment() {
149149
private suspend fun fetchRoute(): DirectionsResponse = suspendCoroutine { continuation ->
150150
val provider = "valhalla"
151151

152-
val requestBody = if provider == "graphhopper" {
152+
val requestBody = if (provider == "graphhopper") {
153153
mapOf(
154154
"type" to "mapbox",
155155
"profile" to "car",

0 commit comments

Comments
 (0)