Skip to content

Commit

Permalink
[maro/#28] fix :: onPlayAlbum 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leesumin0526 committed May 21, 2024
1 parent 3ace96d commit 4e1a05d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AlbumRVAdapter(private val albumList: ArrayList<Album>) : RecyclerView.Ada
}

holder.binding.itemAlbumPlayImgIv.setOnClickListener{
itemClickListener.onItemClick(albumList[position])
itemClickListener.onPlayAlbum(albumList[position])
}
}

Expand Down

0 comments on commit 4e1a05d

Please # to comment.