mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Saved message improvements
This commit is contained in:
@@ -2789,6 +2789,9 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
if let _ = chatPresentationInterfaceState.inputTextPanelState.mediaRecordingState {
|
||||
showNavigateButtons = false
|
||||
}
|
||||
if chatPresentationInterfaceState.displayHistoryFilterAsList {
|
||||
showNavigateButtons = false
|
||||
}
|
||||
transition.updateAlpha(node: self.navigateButtons, alpha: showNavigateButtons ? 1.0 : 0.0)
|
||||
|
||||
if let openStickersDisposable = self.openStickersDisposable {
|
||||
|
||||
Reference in New Issue
Block a user