mirror of
https://github.com/ev-map/EVMap.git
synced 2026-04-25 00:27:50 -04:00
fix lint error
This commit is contained in:
@@ -168,7 +168,7 @@ class CheckableConnectorAdapter : DataBindingAdapter<Chargepoint>() {
|
||||
}
|
||||
root.setOnCheckedChangeListener { v: View, checked: Boolean ->
|
||||
if (checked) {
|
||||
checkedItem = position
|
||||
checkedItem = holder.bindingAdapterPosition
|
||||
root.post {
|
||||
notifyDataSetChanged()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user