From b9fcad85d7879c0ff86badea30a40cb8d4f16556 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Thu, 9 Jul 2020 23:20:42 +0300 Subject: [PATCH] Fix avatar paging --- Telegram/Telegram-iOS/en.lproj/Localizable.strings | 4 ++-- submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/Telegram-iOS/en.lproj/Localizable.strings b/Telegram/Telegram-iOS/en.lproj/Localizable.strings index 91f5bbde54..36fe6478f2 100644 --- a/Telegram/Telegram-iOS/en.lproj/Localizable.strings +++ b/Telegram/Telegram-iOS/en.lproj/Localizable.strings @@ -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" = ""; diff --git a/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift b/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift index c102bf7e56..e6dab217ea 100644 --- a/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift +++ b/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift @@ -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