Set identity via title color

pull/214/head
M66B 1 year ago
parent 9d20778d9d
commit da243d208c

@ -2609,6 +2609,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
} catch (UnsupportedEncodingException ignored) {
}
tvIdentityTitle.setTextColor(message.identityColor == null ? textColorTertiary : message.identityColor);
tvIdentityTitle.setVisibility(show_addresses && via != null ? View.VISIBLE : View.GONE);
tvIdentity.setVisibility(show_addresses && via != null ? View.VISIBLE : View.GONE);
tvIdentity.setText(via == null ? null : formatAddresses(new Address[]{via}, true));

Loading…
Cancel
Save