diff --git a/lib/view/home.dart b/lib/view/home.dart index 1ccb512..349c056 100644 --- a/lib/view/home.dart +++ b/lib/view/home.dart @@ -68,8 +68,8 @@ class _HomePageState extends State { setState(() { locationEnabled = true; }); - mapState.setLocationLive(true); mapState.setCurrentLocation(position.latlng()); + mapState.setLocationLive(true); Geolocator.getServiceStatusStream().first.then((_) => setState(() { mapState.setLocationLive(false); }));