fix index

This commit is contained in:
anlicheng 2025-02-19 23:57:43 +08:00
parent 158b8db646
commit 34e81eafd0

View File

@ -80,11 +80,6 @@ struct IndexView: View {
UpdateDramaCellView(showItem: showUpdateDramas[index])
}
}
.background(GeometryReader { geometry in
Color.clear.onChange(of: geometry.frame(in: .global).minY) {_, offset in
}
})
Rectangle()
.frame(height: 0)