mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Settings screen fixes
This commit is contained in:
@@ -74,6 +74,10 @@ final class TabBarControllerNode: ASDisplayNode {
|
||||
transition.updateAlpha(node: self.disabledOverlayNode, alpha: value ? 0.0 : 1.0)
|
||||
}
|
||||
|
||||
func updateIsTabBarHidden(_ value: Bool, transition: ContainedViewLayoutTransition) {
|
||||
transition.updateAlpha(node: self.tabBarNode, alpha: value ? 0.0 : 1.0)
|
||||
}
|
||||
|
||||
func containerLayoutUpdated(_ layout: ContainerViewLayout, toolbar: Toolbar?, transition: ContainedViewLayoutTransition) {
|
||||
var tabBarHeight: CGFloat
|
||||
var options: ContainerViewLayoutInsetOptions = []
|
||||
|
||||
Reference in New Issue
Block a user