Skip to content

Commit

Permalink
fix(share_plus): Add missing call to result for shareUri on iOS (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Feb 28, 2024
1 parent 05fa57c commit 65f23a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {
atSource:originRect
toResult:result
withResult:withResult];
if (!withResult)
result(nil);
} else {
result(FlutterMethodNotImplemented);
}
Expand Down

0 comments on commit 65f23a5

Please sign in to comment.