Merge remote-tracking branch 'origin/master'
# Conflicts: # lib/view/home.dart
This commit is contained in:
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);
|
||||
}));
|
||||
|
Reference in New Issue
Block a user