kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
3df9112cf8
commit
0ab9b56a18
|
@ -107,7 +107,7 @@ public class ConversationTitleView extends RelativeLayout {
|
|||
this.subtitle.setText(Stream.of(recipient.getParticipants())
|
||||
.filter(r -> !r.getAddress().serialize().equals(localNumber))
|
||||
.map(Recipient::toShortString)
|
||||
.collect(Collectors.joining(",")));
|
||||
.collect(Collectors.joining(", ")));
|
||||
|
||||
this.subtitle.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue