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