mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Bot forums
This commit is contained in:
@@ -587,6 +587,14 @@ open class ListViewItemNode: ASDisplayNode, AccessibilityFocusableNode {
|
||||
self.setAnimationForKey("transitionOffset", animation: animation)
|
||||
}
|
||||
|
||||
open func insertionAnimationDuration() -> Double? {
|
||||
return nil
|
||||
}
|
||||
|
||||
open func updateAnimationDuration() -> Double? {
|
||||
return nil
|
||||
}
|
||||
|
||||
open func animateInsertion(_ currentTimestamp: Double, duration: Double, options: ListViewItemAnimationOptions) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user