mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix chapters list getting updated from wrong thread (fixes #4505)
This commit is contained in:
		| @@ -72,6 +72,7 @@ import eu.kanade.tachiyomi.ui.recent.updates.UpdatesController | ||||
| import eu.kanade.tachiyomi.ui.webview.WebViewActivity | ||||
| import eu.kanade.tachiyomi.util.chapter.NoChaptersException | ||||
| import eu.kanade.tachiyomi.util.hasCustomCover | ||||
| import eu.kanade.tachiyomi.util.lang.launchUI | ||||
| import eu.kanade.tachiyomi.util.system.getResourceColor | ||||
| import eu.kanade.tachiyomi.util.system.toast | ||||
| import eu.kanade.tachiyomi.util.view.getCoordinates | ||||
| @@ -988,7 +989,9 @@ class MangaController : | ||||
|         chapters.forEach { | ||||
|             chaptersAdapter?.updateItem(it) | ||||
|         } | ||||
|         chaptersAdapter?.notifyDataSetChanged() | ||||
|         launchUI { | ||||
|             chaptersAdapter?.notifyDataSetChanged() | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     fun onChaptersDeletedError(error: Throwable) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user