Remove unnecessary warning suppression

PiperOrigin-RevId: 532114601
This commit is contained in:
tonihei 2023-05-15 16:05:42 +01:00 committed by Ian Baker
parent 8a5cebb54d
commit 79657692e4

View File

@ -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,