Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Dec 26, 2020
1 parent 6e86601 commit 16836de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class KeyboardToolPop(
RecyclerAdapter<String, ItemTextBinding>(context) {

override fun getViewBinding(parent: ViewGroup): ItemTextBinding {
return ItemTextBinding.bind(parent)
return ItemTextBinding.inflate(inflater, parent, false)
}

override fun convert(holder: ItemViewHolder, binding: ItemTextBinding, item: String, payloads: MutableList<Any>) {
Expand Down

0 comments on commit 16836de

Please sign in to comment.