Skip to content

Commit

Permalink
Hotfix: Browser Share Dialog: Facebook composer not open for photo re…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Brizuela Guardado authored and facebook-github-bot committed Apr 25, 2022
1 parent eac45e8 commit dae7d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FBSDKShareKit/FBSDKShareKit/Internal/_ShareUtility.swift
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ extension _ShareUtility: ShareUtilityProtocol {

if let tags = buildWebShareTags(peopleIDs: content.peopleIDs) {
parameters["tags"] = tags
} else {
parameters.removeValue(forKey: "tags")
}

completion(true, ShareBridgeAPI.MethodName.share, parameters)
Expand Down

0 comments on commit dae7d95

Please sign in to comment.