Skip to content

Commit

Permalink
Fixed checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Mace committed Mar 12, 2018
1 parent ace099b commit bfe40e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ void initializeOptions(LocationLayerOptions options) {
}

void setCameraMode(@CameraMode.Mode int cameraMode) {
boolean wasTracking = isLocationTracking();
this.cameraMode = cameraMode;
boolean wasTracking = isLocationTracking();
mapboxMap.cancelTransitions();
adjustGesturesThresholds();
notifyCameraTrackingChangeListener(wasTracking);
Expand Down

0 comments on commit bfe40e9

Please sign in to comment.