mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
hotfix use custom url scheme to open links if provided
This commit is contained in:
+1
-1
@@ -263,7 +263,7 @@ struct AuthenticationServerSelectionScreen: View {
|
||||
return Alert(
|
||||
title: Text(BWIL10n.authenticationServerSelectionServerDeniedTitle),
|
||||
message: Text(BWIL10n.authenticationServerSelectionServerDeniedMessage),
|
||||
primaryButton: .default(Text(BWIL10n.authenticationServerSelectionServerDeniedAdvertizementWebsiteButton), action: {UIApplication.shared.open(url)}),
|
||||
primaryButton: .default(Text(BWIL10n.authenticationServerSelectionServerDeniedAdvertizementWebsiteButton), action: {UIApplication.shared.vc_open(url, completionHandler: nil)}),
|
||||
secondaryButton: .default(Text(VectorL10n.ok)))
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user