mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add a "connectivity warning" bottom sheet.
This commit is contained in:
committed by
Nicholas Tinsley
parent
44b2c62a0e
commit
f1ba947a59
@@ -378,6 +378,10 @@ class IncomingMessageObserver(private val context: Application) {
|
||||
|
||||
// Any state change at all means that we are not drained
|
||||
decryptionDrained = false
|
||||
|
||||
if (state == WebSocketConnectionState.CONNECTED) {
|
||||
SignalStore.misc.lastWebSocketConnectTime = System.currentTimeMillis()
|
||||
}
|
||||
}
|
||||
|
||||
signalWebSocket.connect()
|
||||
|
||||
Reference in New Issue
Block a user