mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-06 14:25:04 +00:00
Fix legacy tab bar position
This commit is contained in:
parent
ecfe436a24
commit
f5ca87fb23
@ -545,7 +545,11 @@ public final class TabBarComponent: Component {
|
|||||||
|
|
||||||
transition.setFrame(view: self.contextGestureContainerView, frame: CGRect(origin: CGPoint(), size: size))
|
transition.setFrame(view: self.contextGestureContainerView, frame: CGRect(origin: CGPoint(), size: size))
|
||||||
|
|
||||||
return CGSize(width: availableSize.width, height: 62.0)
|
if self.nativeTabBar != nil {
|
||||||
|
return CGSize(width: availableSize.width, height: 62.0)
|
||||||
|
} else {
|
||||||
|
return size
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user