Temporary fix for Signal contact displaying as SMS for N seconds

The whole recipient pipeline needs to be changed more subsantially,
particularly given the way directory discovery works with it. This
will temporarily solve the problem though.
This commit is contained in:
Moxie Marlinspike
2017-11-25 09:50:36 -08:00
parent 6ff0a62338
commit 7eb089c9de
3 changed files with 22 additions and 2 deletions

View File

@@ -529,7 +529,8 @@ public class Recipient implements RecipientModifiedListener {
this.stale = true;
}
synchronized boolean isResolving() {
// XXX This shouldn't be public, temporary workaround
public synchronized boolean isResolving() {
return resolving;
}