We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032aa93 commit bef8d53Copy full SHA for bef8d53
iMEGA/Utils/Categories/NSURL+MNZCategory.m
@@ -15,10 +15,6 @@
15
@implementation NSURL (MNZCategory)
16
17
- (void)mnz_presentSafariViewController {
18
- if ([self.scheme.lowercaseString isEqualToString:@"mega"]) {
19
- MEGALogWarning(@"Link %@ is not supported by the app", self);
20
- return;
21
- }
22
if (!([self.scheme.lowercaseString isEqualToString:@"http"] || [self.scheme.lowercaseString isEqualToString:@"https"])) {
23
[UIApplication.sharedApplication openURL:self options:@{} completionHandler:^(BOOL success) {
24
if (success) {
0 commit comments