Command + I can be used to get info on a feed for a timeline or an article. Fixes #2104

This commit is contained in:
Kiel Gillard 🤪
2020-05-26 14:51:42 +10:00
parent 3ce20e26ff
commit 9d7ebf8dfa
4 changed files with 14 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
coordinator.navigateToDetail()
}
@objc func showFeedInspector(_ sender: UITapGestureRecognizer) {
@objc func showFeedInspector(_ sender: Any?) {
coordinator.showFeedInspector()
}