我的智能体
This commit is contained in:
@@ -42,7 +42,12 @@ class AccountProfileViewModel : ViewModel() {
|
||||
if (profileId == profile?.id) {
|
||||
return@launch
|
||||
}
|
||||
profile = userService.getUserProfile(id)
|
||||
try {
|
||||
profile = userService.getUserProfile(id)
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
}
|
||||
|
||||
refreshing = false
|
||||
profile?.let {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user