Skip to content

Commit

Permalink
Fix albums failing to refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuslos committed Apr 23, 2024
1 parent 315b292 commit 8d282bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Configuration/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

MARKETING_VERSION = 1.4.1
MARKETING_VERSION = 1.4.0
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ENABLE_ALL_FEATURES
3 changes: 0 additions & 3 deletions Multiplatform/Navigation/Sections/AlbumsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ struct AlbumsView: View {
await fetchAlbums(shouldReset: false)
}
}
.refreshable {
await fetchAlbums(shouldReset: true)
}
.onChange(of: sortState) {
searchTask?.cancel()
searchTask = Task {
Expand Down

0 comments on commit 8d282bd

Please sign in to comment.