From f2261ad2aa845f5e01eab1f2a686859fa047f436 Mon Sep 17 00:00:00 2001 From: Vasya Aksyonov Date: Thu, 15 Jan 2026 09:35:40 +0000 Subject: [PATCH] iOS file and text share fix for add-to-app --- .../ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/share_plus/share_plus/ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m b/packages/share_plus/share_plus/ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m index 59b7e93ae7..15230453e2 100644 --- a/packages/share_plus/share_plus/ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m +++ b/packages/share_plus/share_plus/ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m @@ -377,14 +377,14 @@ + (void)registerWithRegistrar:(NSObject *)registrar { withSubject:shareTitle withText:shareText excludedActivityTypes:excludedActivityTypes - withController:rootViewController + withController:topViewController atSource:originRect toResult:result]; } else if (shareText) { [self shareText:shareText subject:shareTitle excludedActivityTypes:excludedActivityTypes - withController:rootViewController + withController:topViewController atSource:originRect toResult:result]; } else {