Saved message improvements

This commit is contained in:
Isaac
2024-01-29 21:40:45 +01:00
parent d4f7440703
commit 9a791da77b
2 changed files with 20 additions and 0 deletions

View File

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