chore: remove refreshable prop from media and paging view (#1018)

Co-authored-by: christianEconify <christian@econify.com>
This commit is contained in:
ClarkeCDC 2024-04-17 23:21:43 +01:00 committed by GitHub
parent 272799d9c5
commit 4f3102dfce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -60,9 +60,6 @@ struct MediaView: View {
}
}
}
.refreshable {
viewModel.send(.refresh)
}
}
private func errorView(with error: some Error) -> some View {

View File

@ -188,9 +188,6 @@ struct PagingLibraryView<Element: Poster>: View {
viewModel.send(.getNextPage)
}
.proxy(collectionVGridProxy)
.refreshable {
viewModel.send(.refresh)
}
}
// MARK: body