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");
}
}
});
setState(() {
isChecking = false;
});
});
}
if (sdkInt <= 21) {
bg.BackgroundGeolocation.onLocation((bg.Location location) {