|
|
@ -60,11 +60,13 @@ class FindBookAdapter(private val scope: CoroutineScope) : |
|
|
|
notifyItemChanged(oldEx) |
|
|
|
notifyItemChanged(oldEx) |
|
|
|
} |
|
|
|
} |
|
|
|
if (exIndex == position) { |
|
|
|
if (exIndex == position) { |
|
|
|
gl_child.visible() |
|
|
|
rotate_loading.show() |
|
|
|
Coroutine.async(scope) { |
|
|
|
Coroutine.async(scope) { |
|
|
|
bookSource.getExploreRule().getExploreKinds(bookSource.bookSourceUrl) |
|
|
|
bookSource.getExploreRule().getExploreKinds(bookSource.bookSourceUrl) |
|
|
|
}.onSuccess { |
|
|
|
}.onSuccess { |
|
|
|
it?.let { |
|
|
|
it?.let { |
|
|
|
|
|
|
|
rotate_loading.hide() |
|
|
|
|
|
|
|
gl_child.visible() |
|
|
|
var rowNum = 0 |
|
|
|
var rowNum = 0 |
|
|
|
var columnNum = 0 |
|
|
|
var columnNum = 0 |
|
|
|
gl_child.removeAllViews() |
|
|
|
gl_child.removeAllViews() |
|
|
|