fixed bugs

This commit is contained in:
amirrezaghabeli
2025-09-30 11:12:17 +03:30
parent f6cbc2f72d
commit fc925f7b84
8 changed files with 62 additions and 81 deletions
+2
View File
@@ -149,6 +149,8 @@ class HomeViewModel with ChangeNotifier {
}
} else {
_hasMore = false;
_isLoadingMore = false;
getHomeRecommendTenders(reset: true);
}
break;