Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
devzld committed May 7, 2018
1 parent 9d83456 commit 688daab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
holder.expandLayout.setText(bean.text, bean.expand, object : ExpandLayout.OnExpandListener {
override fun expandChange() {
bean.expand = !bean.expand
notifyItemChanged(holder.adapterPosition)
notifyDataSetChanged()
}
})

Expand Down

0 comments on commit 688daab

Please sign in to comment.