fixed reset
This commit is contained in:
@ -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();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user