优化
This commit is contained in:
@@ -159,7 +159,9 @@ class BookSourceAdapter(
|
||||
override fun onCurrentListChanged() {
|
||||
callBack.upCountView()
|
||||
recyclerView.doOnLayout {
|
||||
notifyItemRangeChanged(0, itemCount, bundleOf("upSourceHost" to null))
|
||||
handler.post {
|
||||
notifyItemRangeChanged(0, itemCount, bundleOf("upSourceHost" to null))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user