re factor rog

This commit is contained in:
2024-04-01 09:26:56 +05:30
parent dd36ab8399
commit edbf52825b
54 changed files with 2597 additions and 435 deletions

View File

@ -195,7 +195,7 @@ class BottomSheetNew extends GetView<BottomSheetController> {
destinationController.currentLon,
destination.location_id!,
);
saveGameState();
//saveGameState();
await ExternalService().startRogaining();
Get.back(); // Close the dialog and potentially navigate away
},