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,9 +130,9 @@ class _MapState extends State<Map> {
print("Invalid Position");
}
}
setState(() {
isChecking = false;
});
});
setState(() {
isChecking = false;
});
}
if (sdkInt <= 21) {