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