mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
hotfix use custom url scheme to open links if provided
This commit is contained in:
@@ -2542,7 +2542,9 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
|
||||
-(void) gotoAppStore {
|
||||
NSString *iTunesLink = BWIBuildSettings.shared.itunesAppLink;
|
||||
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink] options:@{} completionHandler:nil];
|
||||
if (iTunesLink) {
|
||||
[[UIApplication sharedApplication] vc_open:[NSURL URLWithString:iTunesLink] completionHandler:nil];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - SpaceChildRoomDetailBridgePresenterDelegate
|
||||
|
||||
Reference in New Issue
Block a user