From e7c79bbc243b5134e6005901544af04394f5f9fb Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Thu, 28 Nov 2019 13:23:16 +0100 Subject: [PATCH] fix share gif from Files by iphoneX --- linphoneExtension/ShareViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linphoneExtension/ShareViewController.m b/linphoneExtension/ShareViewController.m index c913407f2..d2e7f4310 100644 --- a/linphoneExtension/ShareViewController.m +++ b/linphoneExtension/ShareViewController.m @@ -47,6 +47,8 @@ if ([provider hasItemConformingToTypeIdentifier:ti]) { found=true; [self loadItem:provider typeIdentifier:ti defaults:defaults]; + // Send only one item + return; } } if (!found){