mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix avatar paging
This commit is contained in:
@@ -2535,7 +2535,7 @@ private final class PeerInfoScreenNode: ViewControllerTracingNode, UIScrollViewD
|
||||
}
|
||||
|
||||
self.headerNode.avatarListNode.listContainerNode.currentIndexUpdated = { [weak self] in
|
||||
self?.updateNavigation(transition: .immediate, additive: false)
|
||||
self?.updateNavigation(transition: .immediate, additive: true)
|
||||
}
|
||||
|
||||
self.dataDisposable = (screenData
|
||||
|
||||
Reference in New Issue
Block a user