kopia lustrzana https://github.com/ryukoposting/Signal-Android
Allow lazy creation of Recipient.self()
rodzic
3037a33267
commit
fb0b1af056
|
@ -165,7 +165,7 @@ public final class LiveRecipientCache {
|
|||
}
|
||||
|
||||
if (selfId == null) {
|
||||
throw new MissingRecipientException(null);
|
||||
selfId = recipientDatabase.getAndPossiblyMerge(localAci, localE164, false);
|
||||
}
|
||||
|
||||
synchronized (localRecipientId) {
|
||||
|
|
Ładowanie…
Reference in New Issue