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)