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;
+1 -3
View File
@@ -21,9 +21,7 @@ class ProfileViewModel with ChangeNotifier {
required AuthViewModel authViewModel,
}) : _profileRepository = profileRepository,
_authRepository = authRepository,
_authViewModel = authViewModel {
getCompanyProfile();
}
_authViewModel = authViewModel;
bool _isLoading = false;
String? _errorMessage;