mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	fixed alpha not showing for manga in library during global search (#1203)
This commit is contained in:
		| @@ -30,6 +30,8 @@ class CatalogueSearchCardHolder(view: View, adapter: CatalogueSearchCardAdapter) | ||||
|  | ||||
|     fun bind(manga: Manga) { | ||||
|         tvTitle.text = manga.title | ||||
|         // Set alpha of thumbnail. | ||||
|         itemImage.alpha = if (manga.favorite) 0.3f else 1.0f | ||||
|  | ||||
|         setImage(manga) | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user