Little Fix

This commit is contained in:
Supan Adit Pratama 2020-01-05 20:18:00 +07:00
parent b3008d53fd
commit 75095042bc

View File

@ -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) {