refactors on codes

This commit is contained in:
amirrezaghabeli
2025-09-18 10:27:16 +03:30
parent 1242252b25
commit 5689e98a43
18 changed files with 857 additions and 871 deletions
@@ -35,6 +35,7 @@ class TabletNavigationWidget extends StatelessWidget {
if (currentIndex == 0) {
return;
} else {
context.pop();
Router.neglect(
context,
() => const HomeRouteData().go(context),
@@ -53,6 +54,7 @@ class TabletNavigationWidget extends StatelessWidget {
if (currentIndex == 1) {
return;
} else {
context.pop();
Router.neglect(
context,
() => const TendersRouteData().go(context),