Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 175c121

Browse files
author
Langston Smith
authored
slowed time down (#851)
1 parent c6e4429 commit 175c121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/styles/StyleFadeSwitchActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void onMapReady(MapboxMap mapboxMap) {
7979

8080
// Animate the map camera to show the fade in/out UI of the satellite layer
8181
mapboxMap.animateCamera(
82-
CameraUpdateFactory.newCameraPosition(cameraPositionForFragmentMap), 4000);
82+
CameraUpdateFactory.newCameraPosition(cameraPositionForFragmentMap), 9000);
8383
}
8484

8585
// Add the mapView lifecycle to the activity's lifecycle methods

0 commit comments

Comments
 (0)