Suppress warnings in preparation for Checker Framework 3.12.0 upgrade.

LSC: go/checker-lsc

Tested:
    Sample tests for this CL passed, but some tests failed during the TGP run. Test failures are believed to be unrelated to this CL
PiperOrigin-RevId: 366804637
This commit is contained in:
olly 2021-04-05 16:38:14 +01:00 committed by Oliver Woodman
parent 9ec6992ca1
commit 9609af3c23

View file

@ -483,6 +483,8 @@ public class DefaultDrmSessionManager implements DrmSessionManager {
exoMediaDrm = null;
}
// precondition of preacquiredSessionReference.acquire is not satisfied.
@SuppressWarnings("nullness:contracts.precondition.not.satisfied")
@Override
public DrmSessionReference preacquireSession(
Looper playbackLooper,