fix(store): remove section header pinning to prevent categories from blocking under dynamic island

This commit is contained in:
Daniel Arantes Loverde
2026-06-03 11:35:05 -03:00
parent 235b6d44cc
commit dad2070933

View File

@@ -54,7 +54,7 @@ struct StoreDetailView: View {
AppColors.backgroundLight.ignoresSafeArea() AppColors.backgroundLight.ignoresSafeArea()
ScrollView(showsIndicators: false) { ScrollView(showsIndicators: false) {
LazyVStack(spacing: 0, pinnedViews: [.sectionHeaders]) { LazyVStack(spacing: 0) {
ScrollOffsetReader(offsetY: $scrollOffset) ScrollOffsetReader(offsetY: $scrollOffset)
topSection topSection
Section { Section {