플레이어, 재생목록 콘텐츠 추가/제거

- 만료된 콘텐츠는 재생되지 않고 다음 콘텐츠로 이동하도록 수정
- 아이템 터치 영역을 아이템 전체로 수정
This commit is contained in:
Yu Sung
2024-12-18 16:02:42 +09:00
parent d483b59978
commit fb1bac83ae
2 changed files with 10 additions and 13 deletions

View File

@@ -62,6 +62,7 @@ struct PlaylistAddContentItemView: View {
Image(isChecked ? "ic_check_blue" : "ic_playlist_add")
.padding(8)
}
.contentShape(Rectangle())
.onTapGesture {
onClick()
isChecked.toggle()