From a5901ea96171e21cd7d319a24205701d07a4110f Mon Sep 17 00:00:00 2001 From: Frank Rotermund Date: Thu, 24 Aug 2023 08:16:04 +0200 Subject: [PATCH] MESSENGER-4976 buildfix --- .../View/AuthenticationServerSelectionScreen.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {