patch error
This commit is contained in:
parent
7f73216936
commit
526a57b556
@ -85,6 +85,7 @@ struct BlockedUsersView: View {
|
||||
}
|
||||
if isLoading {
|
||||
Text("Идет загрузка...")
|
||||
.foregroundColor(.gray)
|
||||
.frame(maxWidth: .infinity, alignment: .center)
|
||||
.listRowBackground(Color.clear)
|
||||
.listRowSeparator(.hidden)
|
||||
@ -192,7 +193,7 @@ struct BlockedUsersView: View {
|
||||
if offset == 0 {
|
||||
loadError = message
|
||||
}
|
||||
activeAlert = .error(message: message)
|
||||
// activeAlert = .error(message: message)
|
||||
errorMessageDown = message
|
||||
if AppConfig.DEBUG { print("[BlockedUsersView] load blocked users failed: \(error)") }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user