mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Settings screen fixes
This commit is contained in:
@@ -185,6 +185,10 @@ open class TabBarController: ViewController {
|
||||
self.tabBarControllerNode.updateIsTabBarEnabled(value, transition: transition)
|
||||
}
|
||||
|
||||
public func updateIsTabBarHidden(_ value: Bool, transition: ContainedViewLayoutTransition) {
|
||||
self.tabBarControllerNode.updateIsTabBarHidden(value, transition: transition)
|
||||
}
|
||||
|
||||
override open func loadDisplayNode() {
|
||||
self.displayNode = TabBarControllerNode(theme: self.theme, navigationBar: self.navigationBar, itemSelected: { [weak self] index, longTap, itemNodes in
|
||||
if let strongSelf = self {
|
||||
|
||||
Reference in New Issue
Block a user