优化发现界面显示

This commit is contained in:
HapeLee
2025-10-11 20:30:13 +08:00
parent d85f50931d
commit da30350ffa
2 changed files with 25 additions and 7 deletions
@@ -67,7 +67,7 @@ class ExploreAdapter(
if (isExpanded) {
ivStatus.icon = ContextCompat.getDrawable(context, R.drawable.ic_arrow_right)
ivStatus.rotation = 90f
rotateLoading.visible()
if (scrollToId == item.bookSourceUrl) {
val pos = holder.bindingAdapterPosition
if (pos >= 0) callBack.scrollTo(pos)
@@ -78,6 +78,8 @@ class ExploreAdapter(
item.exploreKinds()
}.onSuccess { kindList ->
upKindList(flexbox, item.bookSourceUrl, kindList)
}.onFinally {
rotateLoading.gone()
}
} else {
ivStatus.icon = ContextCompat.getDrawable(context, R.drawable.ic_arrow_right)