We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e4d66 commit ae6330bCopy full SHA for ae6330b
packages/share_plus/share_plus/ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m
@@ -377,14 +377,14 @@ + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {
377
withSubject:shareTitle
378
withText:shareText
379
excludedActivityTypes:excludedActivityTypes
380
- withController:rootViewController
+ withController:topViewController
381
atSource:originRect
382
toResult:result];
383
} else if (shareText) {
384
[self shareText:shareText
385
subject:shareTitle
386
387
388
389
390
} else {
0 commit comments