mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Comments [WIP]
This commit is contained in:
@@ -6089,6 +6089,9 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
if let currentButton = self.rightNavigationButton?.action, currentButton == button.action {
|
||||
animated = false
|
||||
}
|
||||
if case .replyThread = self.chatLocation {
|
||||
animated = false
|
||||
}
|
||||
self.navigationItem.setRightBarButton(button.buttonItem, animated: animated)
|
||||
self.rightNavigationButton = button
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user