update for always checkin points
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user