fix(android): resolve coordinateSpace compatibility for Android in StoreDetailView

This commit is contained in:
Daniel Arantes Loverde
2026-05-26 18:57:10 -03:00
parent a12cfb6bf3
commit 2a2d078257

View File

@@ -74,7 +74,7 @@ struct StoreDetailView: View {
.refreshable { .refreshable {
await loadStoreData(forceRefresh: true) await loadStoreData(forceRefresh: true)
} }
.coordinateSpace(name: StoreDetailScrollCoordinateSpace.name) .appNamedCoordinateSpace(StoreDetailScrollCoordinateSpace.name)
.ignoresSafeArea(edges: .top) .ignoresSafeArea(edges: .top)
} }
.ignoresSafeArea(edges: .top) .ignoresSafeArea(edges: .top)