mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +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
|
||||
private long sessionPositionUpdateDelayMs;
|
||||
|
||||
@SuppressWarnings("StaticAssignmentInConstructor") // TODO(b/277754694): Remove mutable constants
|
||||
public MediaSessionImpl(
|
||||
MediaSession instance,
|
||||
Context context,
|
||||
|
|
|
|||
Loading…
Reference in a new issue