mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Tab experiment fixes
This commit is contained in:
@@ -97,7 +97,7 @@ open class TelegramBaseController: ViewController, KeyShortcutResponder {
|
||||
return super.visualNavigationInsetHeight + self.additionalHeight
|
||||
}
|
||||
|
||||
private var additionalHeight: CGFloat {
|
||||
public var additionalHeight: CGFloat {
|
||||
var height: CGFloat = 0.0
|
||||
if let _ = self.mediaAccessoryPanel {
|
||||
height += MediaNavigationAccessoryHeaderNode.minimizedHeight
|
||||
|
||||
Reference in New Issue
Block a user