mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Drop iOS 14 and macOS 11 support
This commit is contained in:
@@ -22,12 +22,6 @@ struct FeedView: View {
|
||||
feed.loadResources()
|
||||
}
|
||||
#if os(iOS)
|
||||
.refreshControl { refreshControl in
|
||||
feed.loadResources(force: true) {
|
||||
refreshControl.endRefreshing()
|
||||
}
|
||||
}
|
||||
.backport
|
||||
.refreshable {
|
||||
await feed.loadResources(force: true)
|
||||
}
|
||||
|
Reference in New Issue
Block a user