feat : some changes

This commit is contained in:
2025-08-25 15:44:27 +03:30
parent 6e8530ec7f
commit 8402acbeac
10 changed files with 113 additions and 80 deletions

View File

@@ -16,7 +16,7 @@ class RootPage extends GetView<RootLogic> {
return;
}
final now = DateTime.now();
if (controller.lastBackPressed == null ||
/*if (controller.lastBackPressed == null ||
now.difference(controller.lastBackPressed!) > const Duration(seconds: 2)) {
controller.lastBackPressed = now;
Get.snackbar(
@@ -28,7 +28,7 @@ class RootPage extends GetView<RootLogic> {
);
} else {
await SystemNavigator.pop();
}
}*/
}
@override