mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix avatar paging
This commit is contained in:
parent
1b2477af3f
commit
b9fcad85d7
@ -5688,8 +5688,8 @@ Any member of this group will be able to see messages in the channel.";
|
||||
"Group.MessageVideoUpdated" = "Group video updated";
|
||||
"Channel.MessageVideoUpdated" = "Channel video updated";
|
||||
|
||||
"Conversation.Dice.u1F3C0" = "Send a basketball emoji to shoot a free throw.";
|
||||
"Conversation.Dice.u26BD" = "Send a football emoji to do a free kick.";
|
||||
"Conversation.Dice.u1F3C0" = "Send a basketball emoji to try your luck.";
|
||||
"Conversation.Dice.u26BD" = "Send a football emoji to try your luck.";
|
||||
|
||||
"SettingsSearch_Synonyms_ChatFolders" = "";
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user