Fixes nav bar disappearing when selecting SyncStatusViewController search result
This commit is contained in:
parent
78dc2fedeb
commit
bf2752496a
@ -20,6 +20,8 @@ class SyncStatusViewController: UITableViewController
|
||||
{
|
||||
super.viewDidLoad()
|
||||
|
||||
self.definesPresentationContext = true
|
||||
|
||||
self.tableView.dataSource = self.dataSource
|
||||
|
||||
let fetchedDataSource = self.dataSource.dataSources.last
|
||||
|
||||
Loading…
Reference in New Issue
Block a user