1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 07:20:32 +05:30

Disable cells animation on redraw

This commit is contained in:
Arkadiusz Fal 2022-08-08 19:28:02 +02:00
parent def67409cc
commit a29024698e

View File

@ -25,6 +25,7 @@ struct VerticalCells: View {
Color.clear.padding(.bottom, scrollViewBottomPadding)
#endif
}
.animation(nil)
.edgesIgnoringSafeArea(.horizontal)
#if os(macOS)
.background(Color.secondaryBackground)