update notification tab data when clicking on navigation bars

This commit is contained in:
amirrezaghabeli
2025-09-27 10:47:13 +03:30
parent b6a61df904
commit ae348c3ed9
6 changed files with 139 additions and 90 deletions
+2
View File
@@ -126,6 +126,8 @@ class TendersViewModel with ChangeNotifier {
}
void init(BuildContext context) async {
_isLoading = true;
notifyListeners();
clearAll();
await getTenders(context: context);
}