update for always checkin points

This commit is contained in:
2024-01-17 16:08:41 +05:30
parent c95cb75934
commit 8e050267e1
4 changed files with 85 additions and 72 deletions

View File

@ -796,6 +796,10 @@ class DestinationController extends GetxController {
}
int getForcedChckinDistance(Destination dest) {
if (dest.checkin_radious == -1) {
return 10000000000000000;
}
int _retValue = 100;
if (dest.cp == -1) {
return 500;