mirror of
https://github.com/supanadit/geo-smart-app.git
synced 2024-11-10 01:52:22 +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");
|
print("Invalid Position");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setState(() {
|
});
|
||||||
isChecking = false;
|
setState(() {
|
||||||
});
|
isChecking = false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (sdkInt <= 21) {
|
if (sdkInt <= 21) {
|
||||||
|
Loading…
Reference in New Issue
Block a user