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();
|
||||
});
|
||||
},
|
||||
|
||||
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.22+22
|
||||
version: 1.0.23+23
|
||||
|
||||
environment:
|
||||
sdk: '>=3.1.0 <4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user