mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Update blocked string for groups.
This commit is contained in:
@@ -587,6 +587,8 @@ public final class ConversationListItem extends ConstraintLayout implements Bind
|
||||
} else {
|
||||
return emphasisAdded(context, context.getString(R.string.ThreadRecord_message_request), defaultTint);
|
||||
}
|
||||
} else if (thread.getRecipient().isBlocked() && thread.getRecipient().isGroup()) {
|
||||
return emphasisAdded(context, context.getString(R.string.ThreadRecord_blocked_group), R.drawable.symbol_block_16, defaultTint);
|
||||
} else if (thread.getRecipient().isBlocked()) {
|
||||
return emphasisAdded(context, context.getString(R.string.ThreadRecord_blocked), R.drawable.symbol_block_16, defaultTint);
|
||||
} else if (MessageTypes.isGroupUpdate(thread.getType())) {
|
||||
|
||||
@@ -2886,6 +2886,8 @@
|
||||
<string name="ThreadRecord_s_belongs_to_s">%1$s belongs to %2$s</string>
|
||||
<!-- Displayed in the conversation list when a person has been blocked -->
|
||||
<string name="ThreadRecord_blocked">Blocked</string>
|
||||
<!-- Displayed in the conversation list when a group has been blocked -->
|
||||
<string name="ThreadRecord_blocked_group">Blocked</string>
|
||||
|
||||
<!-- ApkUpdateNotifications -->
|
||||
<string name="ApkUpdateNotifications_prompt_install_title">Signal update</string>
|
||||
|
||||
Reference in New Issue
Block a user