fixed bugs
This commit is contained in:
@@ -149,6 +149,8 @@ class HomeViewModel with ChangeNotifier {
|
||||
}
|
||||
} else {
|
||||
_hasMore = false;
|
||||
_isLoadingMore = false;
|
||||
getHomeRecommendTenders(reset: true);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user