Goofing around with Box

This commit is contained in:
James Magahern
2021-07-13 18:11:47 -07:00
parent 560b1a4a75
commit 777b079f5e
5 changed files with 133 additions and 48 deletions

View File

@@ -287,6 +287,11 @@ class BrowserViewController: UIViewController
showSettingsWindow()
}, for: .touchUpInside)
// Share
documentControls.sharingView.addAction(UIAction { [unowned self] _ in
showShareSheetForCurrentURL(fromViewController: documentControls)
}, for: .touchUpInside)
present(documentControls, animated: true, completion: nil)
}), for: .touchUpInside)