set a tag to the top navigation and transparent views too

This commit is contained in:
tibbi 2018-02-27 17:01:08 +01:00
parent 68d19cd71d
commit a29cb27e57

View file

@ -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
}
}