patch privacy
This commit is contained in:
parent
3b860a5146
commit
c96fe4991d
@ -39,9 +39,7 @@ struct EditPrivacyView: View {
|
|||||||
ProgressView()
|
ProgressView()
|
||||||
.frame(maxWidth: .infinity, alignment: .center)
|
.frame(maxWidth: .infinity, alignment: .center)
|
||||||
}
|
}
|
||||||
}
|
} else if let loadError {
|
||||||
|
|
||||||
if let loadError {
|
|
||||||
Section {
|
Section {
|
||||||
Text(loadError)
|
Text(loadError)
|
||||||
.foregroundColor(.red)
|
.foregroundColor(.red)
|
||||||
@ -220,7 +218,6 @@ private extension EditPrivacyView {
|
|||||||
if !isLoading {
|
if !isLoading {
|
||||||
isLoading = true
|
isLoading = true
|
||||||
loadError = nil
|
loadError = nil
|
||||||
loadError = "oleg pidor"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user