mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-06 22:15:43 +01:00
323a405004
Util.getFirstNonEmpty() requires calculating all input strings first, but that's unnecessary and could result in lots of warning logs in the case of calling PhoneNumberFormatter#prettyPrint with nulls or other stuff. Fixes #10246