mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-23 17:21:15 +01:00
Fix for #361?
This commit is contained in:
@@ -311,6 +311,10 @@ class CatalogueFragment : BaseRxFragment<CataloguePresenter>(), FlexibleViewHold
|
|||||||
* @param mangas the list of manga of the page.
|
* @param mangas the list of manga of the page.
|
||||||
*/
|
*/
|
||||||
fun onAddPage(page: Int, mangas: List<Manga>) {
|
fun onAddPage(page: Int, mangas: List<Manga>) {
|
||||||
|
// Avoid IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter...
|
||||||
|
catalogue_grid.stopScroll()
|
||||||
|
catalogue_list.stopScroll()
|
||||||
|
|
||||||
hideProgressBar()
|
hideProgressBar()
|
||||||
if (page == 0) {
|
if (page == 0) {
|
||||||
adapter.clear()
|
adapter.clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user