fix(android): add coordinate space fallbacks for android build
This commit is contained in:
@@ -74,7 +74,7 @@ struct StoreDetailView: View {
|
||||
.refreshable {
|
||||
await loadStoreData(forceRefresh: true)
|
||||
}
|
||||
.coordinateSpace(name: StoreDetailScrollCoordinateSpace.name)
|
||||
.appNamedCoordinateSpace(StoreDetailScrollCoordinateSpace.name)
|
||||
.ignoresSafeArea(edges: .top)
|
||||
}
|
||||
.ignoresSafeArea(edges: .top)
|
||||
|
||||
Reference in New Issue
Block a user