From 2493c167c1d150807ed0056c66b48017108e758a Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Thu, 21 Jun 2018 11:27:14 +0200 Subject: [PATCH] share screeenshot temporarily reserved --- linphoneExtension/ShareViewController.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linphoneExtension/ShareViewController.m b/linphoneExtension/ShareViewController.m index f99cd589d..ae71c00c3 100644 --- a/linphoneExtension/ShareViewController.m +++ b/linphoneExtension/ShareViewController.m @@ -36,9 +36,11 @@ static NSString* groupName = @"group.belledonne-communications.linphone"; [self loadItem:provider typeIdentifier:@"public.plain-text" defaults:defaults key:@"text"]; } else if ([provider hasItemConformingToTypeIdentifier:@"com.adobe.pdf"]) { [self loadItem:provider typeIdentifier:@"com.adobe.pdf" defaults:defaults key:@"web"]; - } else if ([provider hasItemConformingToTypeIdentifier:@"public.png"]) { + } + /*else if ([provider hasItemConformingToTypeIdentifier:@"public.png"]) { [self loadItem:provider typeIdentifier:@"public.png" defaults:defaults key:@"img"]; - }else{ + }*/ + else{ NSLog(@"Unkown itemprovider = %@", provider); [self.extensionContext completeRequestReturningItems:@[] completionHandler:nil]; }