Feature/4976 fix for blocking behaviour

This commit is contained in:
Frank Rotermund
2023-08-23 15:13:16 +00:00
parent 632889901a
commit 15ca136b4e
5 changed files with 13 additions and 22 deletions
@@ -339,7 +339,7 @@ struct AuthenticationServerSelectionScreen: View {
self.showAlertIfNeeded()
}
} else {
service.fetchDowntimesWithDirectRequest { success in
service.fetchDowntimesWithDirectRequest(localURLString:viewModel.homeserverAddress) { success in
DispatchQueue.main.async {
self.isFetchingDowntime = false // hide progressview
if success {