mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Removes unused withAnimation wrapper
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user