Skip to content

Commit

Permalink
style: change hide phone username to unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Aug 25, 2023
1 parent 5f0cf8a commit 469211c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9819,8 +9819,6 @@ public void onBindViewHolder(RecyclerView.ViewHolder holder, int position) {
if (user != null && user.phone != null && user.phone.length() != 0) {
value = PhoneFormat.getInstance().format("+" + user.phone);
}
} else if (!TextUtils.isEmpty(user.username)) {
value = "@" + user.username;
}
detailCell.setTextAndValue(value, LocaleController.getString("TapToChangePhone", R.string.TapToChangePhone), true);
detailCell.setContentDescriptionValueFirst(false);
Expand Down

0 comments on commit 469211c

Please sign in to comment.