Skip to content

Commit

Permalink
Merge branch 'main' into sm/add-data-inputs-and-new-props
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzatsepin authored Oct 3, 2024
2 parents d5d4b01 + 8212a9c commit dd0dee1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/com/mapbox/dash/example/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import com.mapbox.dash.sdk.config.api.ScreenDirectionality
import com.mapbox.dash.sdk.config.dsl.borderCrossingNotification
import com.mapbox.dash.sdk.config.dsl.dataInputs
import com.mapbox.dash.sdk.config.dsl.debugSettings
import com.mapbox.dash.sdk.config.dsl.destinationPreview
import com.mapbox.dash.sdk.config.dsl.driverNotification
import com.mapbox.dash.sdk.config.dsl.fasterRouteNotification
import com.mapbox.dash.sdk.config.dsl.locationSimulation
Expand Down Expand Up @@ -84,6 +85,10 @@ class MainApplication : Application() {
screenDirectionality = ScreenDirectionality.LEFT_TO_RIGHT
}

destinationPreview {
skipDestinationPreview = false
}

// Setup small thresholds to be able to reproduce driver notifications easily
driverNotification {
fasterRouteNotification {
Expand Down

0 comments on commit dd0dee1

Please sign in to comment.