Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Sep 15, 2023
1 parent 67bc6dc commit f976f2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Core/View/Base/RefreshableScrollViewCompat.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public struct RefreshableScrollViewCompat<Content>: View where Content: View {
if #available(iOS 16.0, *) {
return ScrollView {
content()
} .refreshable {
}.refreshable {
Task {
await action()
}
Expand Down
1 change: 0 additions & 1 deletion Discovery/Discovery/Presentation/DiscoveryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public struct DiscoveryView: View {
VStack {}.frame(height: 40)
}
}.frameLimit()
.coordinateSpace(name: "pullToRefresh")
}
}.padding(.top, 8)

Expand Down

0 comments on commit f976f2a

Please sign in to comment.