update popup conditions
This commit is contained in:
@ -227,7 +227,9 @@ class DestinationController extends GetxController {
|
||||
});
|
||||
}
|
||||
return;
|
||||
} else if (isInRog.value == true && indexController.rogMode.value == 1) {
|
||||
} else if (isInRog.value == true &&
|
||||
indexController.rogMode.value == 1 &&
|
||||
d.cp != -1) {
|
||||
// print("----- in location popup checkin cp - ${d.cp}----");
|
||||
chekcs = 2;
|
||||
isInCheckin.value = true;
|
||||
|
||||
Reference in New Issue
Block a user