mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Improve accuracy of decryption drained constraint.
This commit is contained in:
@@ -112,7 +112,7 @@ public class IncomingMessageObserver {
|
||||
}
|
||||
|
||||
public boolean isDecryptionDrained() {
|
||||
return decryptionDrained;
|
||||
return decryptionDrained || networkAccess.isCensored(context);
|
||||
}
|
||||
|
||||
public void notifyDecryptionsDrained() {
|
||||
|
||||
Reference in New Issue
Block a user