mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-10 00:50:55 +01:00
Remove status fade animation since it was interfering with the selection scrolling
This commit is contained in:
parent
71acfb524d
commit
5a267485c3
@ -33,18 +33,7 @@ struct TimelineContainerView: View {
|
||||
.onReceive(sceneModel.timelineModel.articleStatusChangePublisher!) { articleIDs in
|
||||
articleIDs.forEach { articleID in
|
||||
if let position = timelineItems.index[articleID] {
|
||||
// This animation will trigger a deselect on iPhones and iPads, so we will disable it for now
|
||||
#if os(macOS)
|
||||
if timelineItems.items[position].isReadOnly {
|
||||
withAnimation {
|
||||
timelineItems.items[position].updateStatus()
|
||||
}
|
||||
} else {
|
||||
timelineItems.items[position].updateStatus()
|
||||
}
|
||||
#else
|
||||
timelineItems.items[position].updateStatus()
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user