Remove verified icon from group search.

This commit is contained in:
Michelle Tang
2026-09-02 16:11:28 -03:00
committed by Alex Hart
parent 6880de7b9b
commit bf3c7c080c
@@ -63,7 +63,7 @@ public class FromTextView extends SimpleEmojiTextView {
builder.append(suffix);
}
if (asThread && recipient.getShowVerified()) {
if (asThread && recipient.getShowVerified() && !showSelfAsYou) {
Drawable official = ContextUtil.requireDrawable(getContext(), R.drawable.ic_official_20);
official.setBounds(0, 0, ViewUtil.dpToPx(20), ViewUtil.dpToPx(20));