set a tag to the top navigation and transparent views too
This commit is contained in:
parent
68d19cd71d
commit
a29cb27e57
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ class SongAdapter(activity: SimpleActivity, var songs: ArrayList<Song>, val list
|
|||
setupView(itemView, song, layoutPosition)
|
||||
}
|
||||
bindViewHolder(holder, position - LIST_HEADERS_COUNT, view)
|
||||
} else {
|
||||
holder.itemView.tag = holder
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue