File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
libraries/cast/src/main/java/androidx/media3/cast Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3535import android .view .SurfaceView ;
3636import android .view .TextureView ;
3737import androidx .annotation .IntRange ;
38- import androidx .annotation .NonNull ;
3938import androidx .annotation .Nullable ;
4039import androidx .annotation .RequiresApi ;
4140import androidx .annotation .VisibleForTesting ;
@@ -798,7 +797,7 @@ public void setVolume(float volume) {
798797 this .volume .pendingResultCallback =
799798 new ResultCallback <MediaChannelResult >() {
800799 @ Override
801- public void onResult (@ NonNull MediaChannelResult result ) {
800+ public void onResult (MediaChannelResult result ) {
802801 if (remoteMediaClient != null ) {
803802 updateVolumeAndNotifyIfChanged (this );
804803 listeners .flushEvents ();
You can’t perform that action at this time.
0 commit comments