fix(android): resolve coordinateSpace compatibility for Android in StoreDetailView
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user