Skip to content

Commit

Permalink
fix share menu
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAntoine committed Apr 26, 2023
1 parent 15862f5 commit eab9738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Santander/UI/Path/PathListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ class PathListViewController: UITableViewController, PathTransitioning {
}

let shareAction = UIAction(title: "Share", image: UIImage(systemName: "square.and.arrow.up")) { _ in
self.presentActivityVC(forItems: [item])
self.presentActivityVC(forItems: [item.url])
}

let renameAction = UIAction(title: "Rename", image: UIImage(systemName: "rectangle.and.pencil.and.ellipsis")) { _ in
Expand Down

0 comments on commit eab9738

Please sign in to comment.