优化
This commit is contained in:
@@ -159,7 +159,9 @@ class BookSourceAdapter(
|
|||||||
override fun onCurrentListChanged() {
|
override fun onCurrentListChanged() {
|
||||||
callBack.upCountView()
|
callBack.upCountView()
|
||||||
recyclerView.doOnLayout {
|
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