Refreshes the About screen on iOS

This commit is contained in:
Stuart Breckenridge
2022-10-02 17:28:19 +08:00
parent b48d121b73
commit 58d480f4a4
14 changed files with 304 additions and 130 deletions

View File

@@ -283,8 +283,8 @@ class SettingsViewController: UITableViewController, Logging {
openURL("https://netnewswire.com/slack")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 8:
let timeline = UIStoryboard.settings.instantiateController(ofType: AboutViewController.self)
self.navigationController?.pushViewController(timeline, animated: true)
let hosting = UIHostingController(rootView: AboutView())
self.navigationController?.pushViewController(hosting, animated: true)
default:
break
}