fixed reset

This commit is contained in:
Mohamed Nouffer
2023-09-15 20:58:55 +05:30
parent 93dacc35ae
commit 0ca29a5293
2 changed files with 2 additions and 2 deletions

View File

@ -448,6 +448,7 @@ class BottomSheetNew extends GetView<BottomSheetController> {
true
? ElevatedButton(
onPressed: () {
destinationController.resetRogaining();
destinationController.is_in_rog.value =
true;
destinationController.addToRogaining(
@ -460,7 +461,6 @@ class BottomSheetNew extends GetView<BottomSheetController> {
ExternalService()
.StartRogaining()
.then((value){
destinationController.resetRogaining();
Get.back();
});
},