mirror of
https://github.com/supanadit/geo-smart-app.git
synced 2024-11-22 01:46:21 +00:00
Little Fix
This commit is contained in:
parent
b3008d53fd
commit
75095042bc
@ -130,10 +130,10 @@ class _MapState extends State<Map> {
|
|||||||
print("Invalid Position");
|
print("Invalid Position");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
});
|
||||||
setState(() {
|
setState(() {
|
||||||
isChecking = false;
|
isChecking = false;
|
||||||
});
|
});
|
||||||
});
|
|
||||||
}
|
}
|
||||||
if (sdkInt <= 21) {
|
if (sdkInt <= 21) {
|
||||||
bg.BackgroundGeolocation.onLocation((bg.Location location) {
|
bg.BackgroundGeolocation.onLocation((bg.Location location) {
|
||||||
|
Loading…
Reference in New Issue
Block a user