Always capitalize placeholder icons

pull/336/head
nielsandriesse 4 years ago
parent 49d08d1af0
commit 166c0735af

@ -30,7 +30,7 @@ object AvatarPlaceholderGenerator {
val colorSecondary = changeColorHueBy(colorPrimary, 12f)
val labelText = when {
!TextUtils.isEmpty(displayName) -> extractLabel(displayName!!)
!TextUtils.isEmpty(displayName) -> extractLabel(displayName!!.capitalize())
!TextUtils.isEmpty(hashString) -> extractLabel(hashString)
else -> EMPTY_LABEL
}

Loading…
Cancel
Save