mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
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