Library views recycling
This commit is contained in:
@@ -27,7 +27,7 @@ abstract class FlexibleViewHolder(view: View,
|
||||
return true
|
||||
}
|
||||
|
||||
protected fun toggleActivation() {
|
||||
fun toggleActivation() {
|
||||
itemView.isActivated = adapter.isSelected(adapterPosition)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user