mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix
This commit is contained in:
parent
343f2ac11d
commit
8c523ec741
1 changed files with 1 additions and 1 deletions
|
|
@ -1273,7 +1273,7 @@ final class PeerInfoPaneContainerNode: ASDisplayNode, ASGestureRecognizerDelegat
|
|||
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 {
|
||||
} else {
|
||||
self.currentPaneUpdated?(self.expandOnSwitch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue