parent
c3e60bd92c
commit
d77b83033d
SodaLive/Sources/Content/Playlist/Create
|
@ -61,13 +61,13 @@ 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 {
|
||||||
PlaylistAddContentItemView(
|
PlaylistAddContentItemView(
|
||||||
|
|
Loading…
Reference in New Issue