Don't capitalize category names
(cherry picked from commit 962d8e5fd262b570dcc43c5032e29f330e3dd48b)
This commit is contained in:
parent
15b23e35cd
commit
04749a8fce
@ -24,8 +24,7 @@ class CategoryHolder(view: View, val adapter: CategoryAdapter) : BaseFlexibleVie
|
|||||||
* @param category The category to bind.
|
* @param category The category to bind.
|
||||||
*/
|
*/
|
||||||
fun bind(category: Category) {
|
fun bind(category: Category) {
|
||||||
// Set capitalized title.
|
title.text = category.name
|
||||||
title.text = category.name.capitalize()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user