mirror of
https://github.com/samsonjs/media.git
synced 2026-04-06 11:25:46 +00:00
Remove unnecessary warning suppression
PiperOrigin-RevId: 532114601
(cherry picked from commit 79657692e4)
This commit is contained in:
parent
7ac9cf0ec7
commit
7f1c1185e7
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