parent
c3e60bd92c
commit
d77b83033d
|
@ -61,12 +61,12 @@ struct PlaylistAddContentItemView: View {
|
||||||
|
|
||||||
Image(isChecked ? "ic_check_blue" : "ic_playlist_add")
|
Image(isChecked ? "ic_check_blue" : "ic_playlist_add")
|
||||||
.padding(8)
|
.padding(8)
|
||||||
|
}
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
onClick()
|
onClick()
|
||||||
isChecked.toggle()
|
isChecked.toggle()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#Preview {
|
#Preview {
|
||||||
|
|
Loading…
Reference in New Issue