update history and start
This commit is contained in:
@ -459,7 +459,10 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
||||
saveGameState();
|
||||
ExternalService()
|
||||
.StartRogaining()
|
||||
.then((value) => Get.back());
|
||||
.then((value){
|
||||
destinationController.resetRogaining();
|
||||
Get.back();
|
||||
});
|
||||
},
|
||||
child: Text(
|
||||
// start
|
||||
|
||||
Reference in New Issue
Block a user