update pop up
This commit is contained in:
@ -212,15 +212,16 @@ class DestinationController extends GetxController {
|
|||||||
print("--- hidden loc ${d.hidden_location} ----");
|
print("--- hidden loc ${d.hidden_location} ----");
|
||||||
// ask for checkin
|
// ask for checkin
|
||||||
if(d.hidden_location != null && d.hidden_location == 0 && is_in_rog.value == true && d.cp != -1){
|
if(d.hidden_location != null && d.hidden_location == 0 && is_in_rog.value == true && d.cp != -1){
|
||||||
// chekcs = 3;
|
chekcs = 3;
|
||||||
// is_in_checkin.value = true;
|
is_in_checkin.value = true;
|
||||||
// showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
||||||
// builder:((context) => CameraPage())
|
builder:((context) => CameraPage())
|
||||||
// ).whenComplete((){
|
).whenComplete((){
|
||||||
// skip_gps = false;
|
skip_gps = false;
|
||||||
// chekcs = 0;
|
rogaining_counted.value =true;
|
||||||
// is_in_checkin.value = false;
|
chekcs = 0;
|
||||||
// });
|
is_in_checkin.value = false;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
else if(is_in_rog.value == true && d.cp != -1){
|
else if(is_in_rog.value == true && d.cp != -1){
|
||||||
chekcs = 4;
|
chekcs = 4;
|
||||||
|
|||||||
Reference in New Issue
Block a user