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:
@@ -120,7 +120,7 @@ class VersionCheckCoordinator: Coordinator, VersionCheckBannerViewDelegate, Vers
|
||||
}
|
||||
|
||||
if let url = Constants.supportURL {
|
||||
UIApplication.shared.open(url, options: [:], completionHandler: nil)
|
||||
UIApplication.shared.vc_open(url, completionHandler: nil)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user