Implemented the pull to refresh for the list of the BrowseView view for the Browse module.

This commit is contained in:
Javier Cicchelli 2022-12-18 13:57:02 +01:00
parent 5b2b462ba3
commit 6d1cf6f93e

View File

@ -124,6 +124,10 @@ private extension BrowseView {
}
}
.listStyle(.inset)
.refreshable {
Task { await loadItems()
}
}
case .empty:
MessageView(
type: .empty,