mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
UI improvements
This commit is contained in:
@@ -414,7 +414,7 @@ final class MentionChatInputPanelItemNode: ListViewItemNode {
|
||||
}, tapticAction: { [weak self] in
|
||||
self?.hapticImpact()
|
||||
})
|
||||
revealNode.setOptions(self.revealOptions, isLeft: false)
|
||||
revealNode.setOptions(self.revealOptions, isLeft: false, enableAnimations: true)
|
||||
self.revealNode = revealNode
|
||||
|
||||
if let (size, _, rightInset) = self.validLayout {
|
||||
|
||||
Reference in New Issue
Block a user