This commit is contained in:
Hamza Aleghwairyeen
2024-04-03 02:18:29 +03:00
parent aee7809bde
commit 10ec747372
2 changed files with 9 additions and 9 deletions

View File

@@ -640,9 +640,9 @@ class MapDriverController extends GetxController {
);
// Animate camera only once after updating the marker
mapController!.animateCamera(
CameraUpdate.newLatLng(myLocation),
);
// mapController!.animateCamera(
// CameraUpdate.newLatLng(myLocation),
// );
update();
}