update
This commit is contained in:
@ -196,6 +196,7 @@ class DestnationPage extends StatelessWidget {
|
||||
onPressed: (int index) {
|
||||
destinationController.is_gps_selected.value = !destinationController.is_gps_selected.value;
|
||||
if(destinationController.is_gps_selected.value){
|
||||
destinationController.chekcs = 0;
|
||||
destinationController.skip_gps = false;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user