Don't capitalize category names

pull/3489/head
arkon 4 years ago
parent fefd4c0b26
commit 962d8e5fd2

@ -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
}
/**

Loading…
Cancel
Save