mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
hotfix use custom url scheme to open links if provided
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ struct StaticLocationView: View {
|
||||
.padding(.bottom, 10.0 + safeAreaInsets.bottom)
|
||||
.actionSheet(isPresented: $viewModel.showMapCreditsSheet) {
|
||||
MapCreditsActionSheet(openURL: { url in
|
||||
openURL(url)
|
||||
UIApplication.shared.vc_open(url, completionHandler: nil)
|
||||
}).sheet
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user