mirror of
https://github.com/yattee/yattee.git
synced 2025-01-22 12:47:03 +00:00
Disable cells animation on redraw
This commit is contained in:
parent
def67409cc
commit
a29024698e
@ -25,6 +25,7 @@ struct VerticalCells: View {
|
|||||||
Color.clear.padding(.bottom, scrollViewBottomPadding)
|
Color.clear.padding(.bottom, scrollViewBottomPadding)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
.animation(nil)
|
||||||
.edgesIgnoringSafeArea(.horizontal)
|
.edgesIgnoringSafeArea(.horizontal)
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
.background(Color.secondaryBackground)
|
.background(Color.secondaryBackground)
|
||||||
|
Loading…
Reference in New Issue
Block a user