diff --git a/submodules/Display/Source/ListViewAnimation.swift b/submodules/Display/Source/ListViewAnimation.swift index 1db1e51193..137c0fd16f 100644 --- a/submodules/Display/Source/ListViewAnimation.swift +++ b/submodules/Display/Source/ListViewAnimation.swift @@ -90,7 +90,6 @@ extension CGSize { private let springAnimationIn: CABasicAnimation = { let animation = makeSpringAnimation("") - animation.duration = 1.0 return animation }()