Ruckus
val description = descriptionTextView.text.toString().takeUnless { it.isBlank() } ?: "A DefaultString"
iari