From a29024698e37de88b27636f5e31bb5ac216aed4c Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Mon, 8 Aug 2022 19:28:02 +0200 Subject: [PATCH] Disable cells animation on redraw --- Shared/Videos/VerticalCells.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Shared/Videos/VerticalCells.swift b/Shared/Videos/VerticalCells.swift index 7e17fbf9..96ed973c 100644 --- a/Shared/Videos/VerticalCells.swift +++ b/Shared/Videos/VerticalCells.swift @@ -25,6 +25,7 @@ struct VerticalCells: View { Color.clear.padding(.bottom, scrollViewBottomPadding) #endif } + .animation(nil) .edgesIgnoringSafeArea(.horizontal) #if os(macOS) .background(Color.secondaryBackground)