Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a6be10b authored by Nancy Chen's avatar Nancy Chen Committed by Android (Google) Code Review
Browse files

Merge "Display "unknown" in the name field for voicemail with unknown...

Merge "Display "unknown" in the name field for voicemail with unknown callers." into ub-contactsdialer-b-dev
parents 61bd6fdc 10575c09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class PhoneNumberDisplayUtil {
        } else if (!TextUtils.isEmpty(number)) {
            return number.toString() + postDialDigits;
        } else {
            return "";
            return context.getResources().getString(R.string.unknown);
        }
    }