mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Don't capitalize category names
This commit is contained in:
		| @@ -24,8 +24,7 @@ class CategoryHolder(view: View, val adapter: CategoryAdapter) : BaseFlexibleVie | ||||
|      * @param category The category to bind. | ||||
|      */ | ||||
|     fun bind(category: Category) { | ||||
|         // Set capitalized title. | ||||
|         title.text = category.name.capitalize() | ||||
|         title.text = category.name | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user