79320643

Date: 2024-12-31 19:11:03
Score: 0.5
Natty:
Report link

Kotlin extension to reset Spannable

fun TextView.clearSpannable() {
    this.text = this.text.toString()
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: SerjantArbuz