TabView: Animations when closing tabs as well

This commit is contained in:
James Magahern
2021-02-15 18:13:38 -08:00
parent 09c6204a73
commit dbe1377df9
3 changed files with 37 additions and 19 deletions

View File

@@ -257,6 +257,9 @@ class BrowserViewController: UIViewController, WKNavigationDelegate, WKUIDelegat
self.tab = tab
}
}
// Show tab bar view?
browserView.tabBarViewVisible = tabController.tabs.count > 1
})
self.view = browserView
@@ -307,9 +310,6 @@ class BrowserViewController: UIViewController, WKNavigationDelegate, WKUIDelegat
// Autocomplete view
browserView.autocompleteView = autocompleteViewController.view
// Show tab bar view?
browserView.tabBarViewVisible = tabController.tabs.count > 1
// Color theme
browserView.titlebarView.setColorTheme(tab.colorTheme)