mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Fix issue with websocket connection after reregistering.
Big shoutout to @jonahbeckford for the investigation here. Thanks! Fixes #10939 Fixes #11095
This commit is contained in:
@@ -104,6 +104,10 @@ public class IncomingMessageObserver {
|
||||
}, new IntentFilter(ConnectivityManager.CONNECTIVITY_ACTION));
|
||||
}
|
||||
|
||||
public synchronized void notifyRegistrationChanged() {
|
||||
notifyAll();
|
||||
}
|
||||
|
||||
public synchronized void addDecryptionDrainedListener(@NonNull Runnable listener) {
|
||||
decryptionDrainedListeners.add(listener);
|
||||
if (decryptionDrained) {
|
||||
|
||||
Reference in New Issue
Block a user