TabView: Animations when closing tabs as well
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user