Commit 2ddb5b8d by olly Committed by kim-vde

Update nullness issue in SilkCastApiImpl.java,SessionCallback.java

Null check warning was reported by //java/com/google/android/apps/gsa/staticplugins/silk/silkcast:silkcast_nullness_checker

//third_party/java_src/android_libs/exoplayer/v2/extensions/media2/src/main:library_nullness_test

PiperOrigin-RevId: 343939763
parent d4e19046
......@@ -349,6 +349,7 @@ import java.util.concurrent.TimeoutException;
}
@Override
@SuppressWarnings("nullness:override.param.invalid")
public void onCurrentMediaItemChanged(SessionPlayer player, MediaItem item) {
currentMediaItemBuffered = isBufferedState(player.getBufferingState());
updateAllowedCommands();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment