mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Bring back iOS 14 and macOS 11
This commit is contained in:
@@ -96,7 +96,7 @@ struct ChannelsView: View {
|
||||
}
|
||||
.backport
|
||||
.refreshable {
|
||||
subscriptions.load(force: true)
|
||||
await subscriptions.load(force: true)
|
||||
}
|
||||
#endif
|
||||
#if !os(tvOS)
|
||||
|
@@ -29,7 +29,7 @@ struct FeedView: View {
|
||||
}
|
||||
.backport
|
||||
.refreshable {
|
||||
feed.loadResources(force: true)
|
||||
await feed.loadResources(force: true)
|
||||
}
|
||||
#endif
|
||||
#if !os(tvOS)
|
||||
|
Reference in New Issue
Block a user