mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Minor code cleanup
This commit is contained in:
		| @@ -379,11 +379,6 @@ open class BrowseCataloguePresenter( | ||||
|             changeMangaFavorite(manga) | ||||
|         } | ||||
|  | ||||
|         if (selectedCategories.isNotEmpty()) { | ||||
|             moveMangaToCategories(manga, selectedCategories.filter { it.id != 0 }) | ||||
|         } else { | ||||
|             // Default category | ||||
|             moveMangaToCategories(manga, emptyList()) | ||||
|         } | ||||
|         moveMangaToCategories(manga, selectedCategories) | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user