mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Perform decryptions inline.
This commit is contained in:
committed by
Alex Hart
parent
e222f96310
commit
1b2cb2637f
@@ -21,7 +21,7 @@ public final class DecryptionsDrainedConstraint implements Constraint {
|
||||
|
||||
@Override
|
||||
public boolean isMet() {
|
||||
return ApplicationDependencies.getIncomingMessageObserver().isDecryptionDrained();
|
||||
return ApplicationDependencies.getIncomingMessageObserver().getDecryptionDrained();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user