优化
Some checks failed
Test Build / prepare (push) Has been cancelled
Test Build / build (app, release) (push) Has been cancelled
Test Build / build (app, releaseA) (push) Has been cancelled
Test Build / prerelease (push) Has been cancelled
Test Build / lanzou (push) Has been cancelled
Test Build / test_Branch (push) Has been cancelled
Test Build / telegram (push) Has been cancelled
update fork / build (push) Has been cancelled

This commit is contained in:
Horis
2025-04-30 17:49:59 +08:00
parent 15405cc716
commit 830e44bda5

View File

@@ -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))
}
}
}