mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix pinned message scrolling
This commit is contained in:
@@ -290,7 +290,7 @@ final class ChatPinnedMessageTitlePanelNode: ChatTitleAccessoryPanelNode {
|
||||
}
|
||||
|
||||
let isReplyThread: Bool
|
||||
if case .replyThread = interfaceState.chatLocation {
|
||||
if case let .replyThread(message) = interfaceState.chatLocation, !message.isForumPost {
|
||||
isReplyThread = true
|
||||
} else {
|
||||
isReplyThread = false
|
||||
|
||||
Reference in New Issue
Block a user