Kotlin extension to reset Spannable
Spannable
fun TextView.clearSpannable() { this.text = this.text.toString() }