mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Fix text click for Privacy Policy and Terms of Use links
This commit is contained in:
parent
3eb4e4a5fe
commit
fca995470f
1 changed files with 2 additions and 1 deletions
|
|
@ -183,7 +183,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
#pragma mark - UITextViewDelegate
|
||||
- (BOOL)textView:(UITextView *)textView shouldInteractWithURL:(NSURL *)URL inRange:(NSRange)characterRange interaction:(UITextItemInteraction)interaction {
|
||||
return [[UIApplication sharedApplication] openURL:URL];
|
||||
[[UIApplication sharedApplication] openURL:URL options:@{} completionHandler:nil];
|
||||
return NO;
|
||||
}
|
||||
|
||||
#pragma mark - Utils
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue