diff --git a/RiotSwiftUI/Modules/Authentication/ServerSelection/View/AuthenticationServerSelectionScreen.swift b/RiotSwiftUI/Modules/Authentication/ServerSelection/View/AuthenticationServerSelectionScreen.swift index 09b95ba13..bda631a83 100644 --- a/RiotSwiftUI/Modules/Authentication/ServerSelection/View/AuthenticationServerSelectionScreen.swift +++ b/RiotSwiftUI/Modules/Authentication/ServerSelection/View/AuthenticationServerSelectionScreen.swift @@ -339,7 +339,7 @@ struct AuthenticationServerSelectionScreen: View { self.showAlertIfNeeded() } } else { - service.fetchDowntimesWithDirectRequest(localURLString:viewModel.homeserverAddress) { success in + service.fetchDowntimesWithDirectRequest(localUrlString:viewModel.homeserverAddress) { success in DispatchQueue.main.async { self.isFetchingDowntime = false // hide progressview if success {