mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-28 18:01:05 +00:00
Filter MMS weirdness
This commit is contained in:
parent
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)));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user