Merge remote-tracking branch 'origin/master'

# Conflicts:
#	lib/view/home.dart
This commit is contained in:
Elias Müller 2024-03-27 22:28:42 +01:00
commit 84c838b15e

@ -68,8 +68,8 @@ class _HomePageState extends State<HomeView> {
setState(() {
locationEnabled = true;
});
mapState.setLocationLive(true);
mapState.setCurrentLocation(position.latlng());
mapState.setLocationLive(true);
Geolocator.getServiceStatusStream().first.then((_) => setState(() {
mapState.setLocationLive(false);
}));