From 14eaec4cdd32ee327554cbedb016996c33ba46ee Mon Sep 17 00:00:00 2001 From: Isaac <> Date: Fri, 20 Jun 2025 08:52:31 +0200 Subject: [PATCH] Roll back list view animation change --- submodules/Display/Source/ListViewAnimation.swift | 1 - 1 file changed, 1 deletion(-) 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 }()