kopia lustrzana https://github.com/ryukoposting/Signal-Android
Filter MMS weirdness
rodzic
50fae64330
commit
c35aa09806
|
@ -766,7 +766,7 @@ public class MmsDatabase extends Database implements MmsSmsColumns {
|
||||||
|
|
||||||
private Recipients getRecipientsFor(String address) {
|
private Recipients getRecipientsFor(String address) {
|
||||||
try {
|
try {
|
||||||
if (Util.isEmpty(address)) {
|
if (Util.isEmpty(address) || address.equals("insert-address-token")) {
|
||||||
return new Recipients(new Recipient("Unknown", "Unknown", null,
|
return new Recipients(new Recipient("Unknown", "Unknown", null,
|
||||||
ContactPhotoFactory.getDefaultContactPhoto(context)));
|
ContactPhotoFactory.getDefaultContactPhoto(context)));
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue