mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix
This commit is contained in:
parent
089fb1b146
commit
fd38d2ea9b
@ -1273,7 +1273,7 @@ final class PeerInfoPaneContainerNode: ASDisplayNode, ASGestureRecognizerDelegat
|
|||||||
self.isReady.set(.single(true))
|
self.isReady.set(.single(true))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if let previousCurrentPaneKey, self.currentPaneKey != previousCurrentPaneKey || self.expandOnSwitch {
|
if let previousCurrentPaneKey, self.currentPaneKey != previousCurrentPaneKey {
|
||||||
if self.currentPaneKey == nil && previousCurrentPaneKey == .gifts {
|
if self.currentPaneKey == nil && previousCurrentPaneKey == .gifts {
|
||||||
} else {
|
} else {
|
||||||
self.currentPaneUpdated?(self.expandOnSwitch)
|
self.currentPaneUpdated?(self.expandOnSwitch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user