Don't capitalize category names
Cette révision appartient à :
Parent
fefd4c0b26
révision
962d8e5fd2
1 fichiers modifiés avec 1 ajouts et 2 suppressions
|
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Référencer dans un nouveau ticket