Skip to content

Commit

Permalink
Fix bug where map centers on random coordinates in location search (#374
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ninarg committed Feb 16, 2022
1 parent 93eef83 commit ba386a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ extension MapRadiusFilterViewController: SearchLocationViewControllerDelegate {
locationName = location.name
self.coordinate = coordinate

mapRadiusFilterView.centerOnCoordinate(coordinate, animated: true)
mapRadiusFilterView.centerOnCoordinate(coordinate, animated: false)
}
}
}
Expand Down

0 comments on commit ba386a7

Please sign in to comment.