Fixes nav bar disappearing when selecting SyncStatusViewController search result

This commit is contained in:
Riley Testut 2019-03-25 18:14:41 -07:00
parent 78dc2fedeb
commit bf2752496a

View File

@ -20,6 +20,8 @@ class SyncStatusViewController: UITableViewController
{
super.viewDidLoad()
self.definesPresentationContext = true
self.tableView.dataSource = self.dataSource
let fetchedDataSource = self.dataSource.dataSources.last