d
Size: a a a
d
ES
RS
VQ
d
ℕ
ES
СП
СП
d
Г
d
ES
ℕ
М
ES
ДР
М
d
fun EditText.setTextIfChanged(newText: String?){
newText?.let{
if(text.toString() != it) {
setText(it)
}
}
if(isFocusable)
setSelection(text.length)
}L