fix lint error

This commit is contained in:
Johan von Forstner
2021-08-07 20:53:34 +02:00
parent 4f1253b201
commit 07a482a6b6

View File

@@ -168,7 +168,7 @@ class CheckableConnectorAdapter : DataBindingAdapter<Chargepoint>() {
}
root.setOnCheckedChangeListener { v: View, checked: Boolean ->
if (checked) {
checkedItem = position
checkedItem = holder.bindingAdapterPosition
root.post {
notifyDataSetChanged()
}