mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Updates
This commit is contained in:
@@ -640,10 +640,10 @@ public class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDeleg
|
||||
|
||||
self.context = context
|
||||
|
||||
self.enableBounceAnimations = true
|
||||
/*self.enableBounceAnimations = true
|
||||
if let data = context.currentAppConfiguration.with({ $0 }).data, data["ios_killswitch_input_bounce"] != nil {
|
||||
self.enableBounceAnimations = false
|
||||
}
|
||||
}*/
|
||||
|
||||
self.addSubnode(self.clippingNode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user