mirror of
https://github.com/samsonjs/media.git
synced 2026-04-21 13:55:47 +00:00
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:
parent
9ec6992ca1
commit
9609af3c23
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue