From bf2752496a25013dc2eb73af1f0a60ddfeecc90e Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Mon, 25 Mar 2019 18:14:41 -0700 Subject: [PATCH] Fixes nav bar disappearing when selecting SyncStatusViewController search result --- Delta/Settings/Syncing/SyncStatusViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Delta/Settings/Syncing/SyncStatusViewController.swift b/Delta/Settings/Syncing/SyncStatusViewController.swift index 22224cb..89a7f7c 100644 --- a/Delta/Settings/Syncing/SyncStatusViewController.swift +++ b/Delta/Settings/Syncing/SyncStatusViewController.swift @@ -20,6 +20,8 @@ class SyncStatusViewController: UITableViewController { super.viewDidLoad() + self.definesPresentationContext = true + self.tableView.dataSource = self.dataSource let fetchedDataSource = self.dataSource.dataSources.last