Removes unused withAnimation wrapper

This commit is contained in:
Stuart Breckenridge
2022-12-22 07:56:01 +08:00
parent 269359f88c
commit 227f907c3d

View File

@@ -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)