Closed Hocuri closed 1 week ago
Not sure why, but setText() seems to be called with an empty string very often - for this case it's nice if getTextScale() returns early.
setText()
If the text starts with a letter, we can also return early.
To test the changes in this pull request, install this apk: 📦 app-preview.apk
Not sure why, but
setText()
seems to be called with an empty string very often - for this case it's nice if getTextScale() returns early.If the text starts with a letter, we can also return early.