From e8277592646230f79dc02c620ae2244ef231bf84 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 16 Oct 2024 19:08:55 +0800 Subject: [PATCH] no message --- .../share_plus/share_plus/ios/Classes/FPPSharePlusPlugin.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/share_plus/share_plus/ios/Classes/FPPSharePlusPlugin.m b/packages/share_plus/share_plus/ios/Classes/FPPSharePlusPlugin.m index 8cf43d0c57..930a605fcf 100644 --- a/packages/share_plus/share_plus/ios/Classes/FPPSharePlusPlugin.m +++ b/packages/share_plus/share_plus/ios/Classes/FPPSharePlusPlugin.m @@ -228,9 +228,6 @@ - (LPLinkMetadata *)activityViewControllerLinkMetadata: // https://stackoverflow.com/questions/60563773/ios-13-share-sheet-changing-subtitle-item-description metadata.originalURL = [NSURL fileURLWithPath:description]; if (_mimeType && [_mimeType hasPrefix:@"image/"]) { - - // On iPhone 13, when sharing an image and the image is very large, - // the sharing box may occasionally fail to be awakened UIImage *image = [UIImage imageWithContentsOfFile:_path]; metadata.imageProvider = [[NSItemProvider alloc] initWithObject:[self imageWithImage:image