fix text display issue

This commit is contained in:
Mohamed Nouffer
2023-05-19 16:27:00 +05:30
parent 67a52c6f84
commit 08332d45d4
6 changed files with 8 additions and 7 deletions

View File

@ -193,7 +193,7 @@ class DestnationPage extends StatelessWidget {
if(destinationController.is_gps_selected.value){
destinationController.chekcs = 0;
destinationController.skip_gps = false;
destinationController.resetRogaining();
//destinationController.resetRogaining();
}
},
isSelected: [destinationController.is_gps_selected.value],