mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Drop iOS 14 and macOS 11 support
This commit is contained in:
@@ -91,13 +91,6 @@ struct PlaylistsView: View {
|
||||
loadResource()
|
||||
}
|
||||
#if os(iOS)
|
||||
.refreshControl { refreshControl in
|
||||
model.load(force: true) {
|
||||
model.reloadPlaylists.toggle()
|
||||
refreshControl.endRefreshing()
|
||||
}
|
||||
}
|
||||
.backport
|
||||
.refreshable {
|
||||
DispatchQueue.main.async {
|
||||
model.load(force: true) { model.reloadPlaylists.toggle() }
|
||||
|
Reference in New Issue
Block a user