update popup conditions

This commit is contained in:
2024-03-08 15:31:49 +05:30
parent f5922d9034
commit cb3a843566
3 changed files with 10 additions and 6 deletions

View File

@ -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;