Skip to content

Commit

Permalink
Remove unnecessary displayCurrentUserLocation call
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Jun 12, 2024
1 parent 06e1cd6 commit 8f55344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/routing/views/map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ class RoutingMapViewState extends State<RoutingMapView> with TickerProviderState
/// Updates the centering.
updateMapFunctions() async {
if (widget.mapFunctions.needsCentering) {
displayCurrentUserLocation();
fitCameraToUserPosition();
widget.mapFunctions.needsCentering = false;
return;
Expand Down

0 comments on commit 8f55344

Please sign in to comment.