Remove unnecessary warning suppression
PiperOrigin-RevId: 532114601
This commit is contained in:
parent
8a5cebb54d
commit
79657692e4
@ -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…
x
Reference in New Issue
Block a user