From 227f907c3d7bd34d3670798c1a56341e9dd9aa29 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 22 Dec 2022 07:56:01 +0800 Subject: [PATCH] Removes unused `withAnimation` wrapper --- iOS/Settings/Appearance/TimelineCustomizerView.swift | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/iOS/Settings/Appearance/TimelineCustomizerView.swift b/iOS/Settings/Appearance/TimelineCustomizerView.swift index 1f020e72c..edab2008f 100644 --- a/iOS/Settings/Appearance/TimelineCustomizerView.swift +++ b/iOS/Settings/Appearance/TimelineCustomizerView.swift @@ -53,11 +53,8 @@ struct TimelineCustomizerView: View { .listRowSeparator(.hidden) Section { - withAnimation { - timeLinePreviewRow - .listRowInsets(EdgeInsets(top: 8, leading: 4, bottom: 4, trailing: 24)) - } - + timeLinePreviewRow + .listRowInsets(EdgeInsets(top: 8, leading: 4, bottom: 4, trailing: 24)) } } .listStyle(.grouped)