Skip to content

Commit

Permalink
Fix song item download states on iPhone not getting displayed correc…
Browse files Browse the repository at this point in the history
…tly once list starts reusing item views

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
claucambra committed Jun 14, 2024

Verified

This commit was signed with the committer’s verified signature.
Lord-Kamina Gregorio Litenstein
1 parent 4e4c979 commit b16c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harmony/Common/SongDownloadStateView.swift
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ import HarmonyKit
import SwiftUI

struct SongDownloadStateView: View {
@State var song: Song
let song: Song
@State private var progress = 0.0

var body: some View {

0 comments on commit b16c82d

Please sign in to comment.