mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove unnecessary warning suppression
PiperOrigin-RevId: 532114601
This commit is contained in:
parent
8a5cebb54d
commit
79657692e4
1 changed files with 0 additions and 1 deletions
|
|
@ -129,7 +129,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||||
// Should be only accessed on the application looper
|
// Should be only accessed on the application looper
|
||||||
private long sessionPositionUpdateDelayMs;
|
private long sessionPositionUpdateDelayMs;
|
||||||
|
|
||||||
@SuppressWarnings("StaticAssignmentInConstructor") // TODO(b/277754694): Remove mutable constants
|
|
||||||
public MediaSessionImpl(
|
public MediaSessionImpl(
|
||||||
MediaSession instance,
|
MediaSession instance,
|
||||||
Context context,
|
Context context,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue