Skip to content

Commit

Permalink
Bugfix FXIOS-6815 [v122] Add link to home screen option not available (
Browse files Browse the repository at this point in the history
…#17836)

(cherry picked from commit 77b4c71)
  • Loading branch information
razvanlitianu authored and mergify[bot] committed Jan 5, 2024
1 parent 9c14922 commit 6e5a90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Coordinators/ShareExtensionCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ShareExtensionCoordinator: BaseCoordinator, DevicePickerViewControllerDele
/// Presents the Share extension from the source view
func start(url: URL, sourceView: UIView, popoverArrowDirection: UIPopoverArrowDirection = .up) {
let shareExtension = ShareExtensionHelper(url: url, tab: tabManager.selectedTab)
let controller = shareExtension.createActivityViewController { [weak self] completed, activityType in
let controller = shareExtension.createActivityViewController(tabManager.selectedTab?.webView) { [weak self] completed, activityType in
guard let self = self else { return }
self.handleShareExtensionCompletion(activityType: activityType, url: url)
}
Expand Down

0 comments on commit 6e5a90f

Please sign in to comment.