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(() {
|
setState(() {
|
||||||
locationEnabled = true;
|
locationEnabled = true;
|
||||||
});
|
});
|
||||||
mapState.setLocationLive(true);
|
|
||||||
mapState.setCurrentLocation(position.latlng());
|
mapState.setCurrentLocation(position.latlng());
|
||||||
|
mapState.setLocationLive(true);
|
||||||
Geolocator.getServiceStatusStream().first.then((_) => setState(() {
|
Geolocator.getServiceStatusStream().first.then((_) => setState(() {
|
||||||
mapState.setLocationLive(false);
|
mapState.setLocationLive(false);
|
||||||
}));
|
}));
|
||||||
|
Reference in New Issue
Block a user