mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Folder improvements
This commit is contained in:
@@ -799,8 +799,10 @@ open class NavigationBar: ASDisplayNode {
|
||||
}
|
||||
|
||||
private func requestLayout() {
|
||||
self.requestedLayout = true
|
||||
self.setNeedsLayout()
|
||||
if self.transitionState == nil {
|
||||
self.requestedLayout = true
|
||||
self.setNeedsLayout()
|
||||
}
|
||||
}
|
||||
|
||||
override open func layout() {
|
||||
|
||||
Reference in New Issue
Block a user