Bring back iOS 14 and macOS 11

This commit is contained in:
Arkadiusz Fal
2023-10-15 13:46:30 +02:00
parent 94915b0496
commit 8258d8d5b4
7 changed files with 284 additions and 58 deletions

View File

@@ -96,7 +96,7 @@ struct ChannelsView: View {
}
.backport
.refreshable {
subscriptions.load(force: true)
await subscriptions.load(force: true)
}
#endif
#if !os(tvOS)

View File

@@ -29,7 +29,7 @@ struct FeedView: View {
}
.backport
.refreshable {
feed.loadResources(force: true)
await feed.loadResources(force: true)
}
#endif
#if !os(tvOS)