kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
1c3ba4b675
commit
25a30d63a5
|
@ -53,8 +53,8 @@ public class MultiDeviceBlockedUpdateJob extends MasterSecretJob implements Inje
|
||||||
Recipients recipients;
|
Recipients recipients;
|
||||||
|
|
||||||
while ((recipients = reader.getNext()) != null) {
|
while ((recipients = reader.getNext()) != null) {
|
||||||
if (recipients.isSingleRecipient()) {
|
if (recipients.isSingleRecipient() && !recipients.isGroupRecipient()) {
|
||||||
blocked.add(recipients.getPrimaryRecipient().getAddress().toPhoneString());
|
blocked.add(recipients.getPrimaryRecipient().getAddress().serialize());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue