Remove unused function
This commit is contained in:
parent
dae2605f8c
commit
7a7f639692
1 changed files with 0 additions and 2 deletions
|
@ -195,8 +195,6 @@ class AlbumsTracksAdapter(
|
|||
|
||||
private fun getSelectedTracks(): ArrayList<Track> = items.filter { it is Track && selectedKeys.contains(it.hashCode()) }.toMutableList() as ArrayList<Track>
|
||||
|
||||
private fun getSelectedItems(): List<ListItem> = items.filter { selectedKeys.contains(it.hashCode()) }
|
||||
|
||||
private fun setupAlbum(view: View, album: Album) {
|
||||
view.apply {
|
||||
album_frame?.isSelected = selectedKeys.contains(album.hashCode())
|
||||
|
|
Loading…
Reference in a new issue