mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
UI bug fixes
This commit is contained in:
@@ -204,7 +204,7 @@ final class ChatRecentActionsController: TelegramBaseController {
|
||||
childrenLayout.intrinsicInsets.bottom += 49.0
|
||||
self.presentationContext.containerLayoutUpdated(childrenLayout, transition: transition)
|
||||
|
||||
self.controllerNode.containerLayoutUpdated(layout, navigationBarHeight: self.navigationHeight, transition: transition)
|
||||
self.controllerNode.containerLayoutUpdated(layout, navigationBarHeight: self.navigationLayout(layout: layout).navigationFrame.maxY, transition: transition)
|
||||
}
|
||||
|
||||
@objc func activateSearch() {
|
||||
|
||||
Reference in New Issue
Block a user