Comments [WIP]

This commit is contained in:
Ali
2020-09-25 19:16:19 +04:00
parent 6a0d0c1481
commit 933e1f788f
7 changed files with 4441 additions and 4427 deletions

View File

@@ -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
}