优化
This commit is contained in:
@@ -59,7 +59,9 @@ class ExploreAdapter(context: Context, val callBack: CallBack) :
|
|||||||
Coroutine.async(callBack.scope) {
|
Coroutine.async(callBack.scope) {
|
||||||
item.exploreKinds
|
item.exploreKinds
|
||||||
}.onSuccess { kindList ->
|
}.onSuccess { kindList ->
|
||||||
upKindList(flexbox, item.bookSourceUrl, kindList)
|
kotlin.runCatching {
|
||||||
|
upKindList(flexbox, item.bookSourceUrl, kindList)
|
||||||
|
}
|
||||||
}.onFinally {
|
}.onFinally {
|
||||||
rotateLoading.hide()
|
rotateLoading.hide()
|
||||||
if (scrollTo >= 0) {
|
if (scrollTo >= 0) {
|
||||||
@@ -67,7 +69,7 @@ class ExploreAdapter(context: Context, val callBack: CallBack) :
|
|||||||
scrollTo = -1
|
scrollTo = -1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else kotlin.runCatching {
|
||||||
ivStatus.setImageResource(R.drawable.ic_arrow_right)
|
ivStatus.setImageResource(R.drawable.ic_arrow_right)
|
||||||
rotateLoading.hide()
|
rotateLoading.hide()
|
||||||
recyclerFlexbox(flexbox)
|
recyclerFlexbox(flexbox)
|
||||||
|
|||||||
Reference in New Issue
Block a user