mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
MESSENGER-4976 buildfix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user