Closed MrManny closed 9 years ago
Dont see the benefit of this method at all considering its so simple to begin with
Good catch @MrManny. Go ahead and remove appendText() in the PR and I'll merge it.
To be fair, if anyone happened to use the method in its current form, it might be best to keep it around and annotate it as obsolete to avoid breaking someone else's code.
We're not at a full 1.0 release yet, so I'm ok with breaking contract for something this minor.
TextView already has an append method since API level 1. I don't quite see the benefit of using getText+setText here.