diff --git a/Core/Core/View/Base/RefreshableScrollViewCompat.swift b/Core/Core/View/Base/RefreshableScrollViewCompat.swift index cce31a8d3..768aa08b9 100644 --- a/Core/Core/View/Base/RefreshableScrollViewCompat.swift +++ b/Core/Core/View/Base/RefreshableScrollViewCompat.swift @@ -20,7 +20,7 @@ public struct RefreshableScrollViewCompat: View where Content: View { if #available(iOS 16.0, *) { return ScrollView { content() - } .refreshable { + }.refreshable { Task { await action() } diff --git a/Discovery/Discovery/Presentation/DiscoveryView.swift b/Discovery/Discovery/Presentation/DiscoveryView.swift index 4be7170cc..8ca698572 100644 --- a/Discovery/Discovery/Presentation/DiscoveryView.swift +++ b/Discovery/Discovery/Presentation/DiscoveryView.swift @@ -115,7 +115,6 @@ public struct DiscoveryView: View { VStack {}.frame(height: 40) } }.frameLimit() - .coordinateSpace(name: "pullToRefresh") } }.padding(.top, 8)