mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
share screeenshot temporarily reserved
This commit is contained in:
parent
f286538020
commit
2493c167c1
1 changed files with 4 additions and 2 deletions
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue