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