Skip to content

Commit

Permalink
Fixes #1249
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Aug 22, 2023
1 parent 6ed6e3e commit 838e40e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ class PartiesList : Fragment(), OnDialogResultListener {
}
}

override fun onViewDetachedFromWindow(holder: ViewHolder) {
holder.binding.checkBox.setOnCheckedChangeListener(null)
}

override fun onCurrentListChanged(
previousList: MutableList<Party>,
currentList: MutableList<Party>
Expand Down

0 comments on commit 838e40e

Please sign in to comment.