mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 22:20:20 +00:00
Don't show SMS label for push groups.
This commit is contained in:
@@ -93,8 +93,7 @@ public class ContactSelectionListItem extends LinearLayout implements RecipientF
|
||||
name = this.recipient.get().getDisplayName(getContext());
|
||||
}
|
||||
|
||||
boolean isPush = (contactType & ContactRepository.PUSH_TYPE) > 0;
|
||||
if (isPush) {
|
||||
if (recipient == null || recipient.get().isRegistered()) {
|
||||
smsTag.setVisibility(GONE);
|
||||
} else {
|
||||
smsTag.setVisibility(VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user