deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.15k stars 148 forks source link

perf: Return early in getTextScale() if text is empty or starts with a letter #3426

Closed Hocuri closed 1 week ago

Hocuri commented 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.

If the text starts with a letter, we can also return early.

github-actions[bot] commented 1 week ago

To test the changes in this pull request, install this apk: 📦 app-preview.apk