mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Fix categories button not working after adding manga (closes #2966)
This commit is contained in:
		| @@ -83,10 +83,10 @@ class MangaInfoController(private val fromSource: Boolean = false) : | ||||
|  | ||||
|         if (presenter.manga.favorite && presenter.getCategories().isNotEmpty()) { | ||||
|             binding.btnCategories.visible() | ||||
|             binding.btnCategories.clicks() | ||||
|                 .onEach { onCategoriesClick() } | ||||
|                 .launchIn(scope) | ||||
|         } | ||||
|         binding.btnCategories.clicks() | ||||
|             .onEach { onCategoriesClick() } | ||||
|             .launchIn(scope) | ||||
|  | ||||
|         if (presenter.source is HttpSource) { | ||||
|             binding.btnWebview.visible() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user