some ui bug
This commit is contained in:
2025-04-22 15:08:01 +03:30
parent 9751c5cee4
commit a45c0807d1
5 changed files with 17 additions and 16 deletions

View File

@@ -78,7 +78,7 @@ class DisplayInformationPage extends GetView<DisplayInformationLogic> {
Expanded(child: ROutlinedElevated(
height: 40,
text: 'انصراف', onPressed: (){
Get.offAllNamed(SupervisionRoutes.supervision);
Get.until((route) => route.isFirst);
}))
],
)