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 35
35
import android .view .SurfaceView ;
36
36
import android .view .TextureView ;
37
37
import androidx .annotation .IntRange ;
38
- import androidx .annotation .NonNull ;
39
38
import androidx .annotation .Nullable ;
40
39
import androidx .annotation .RequiresApi ;
41
40
import androidx .annotation .VisibleForTesting ;
@@ -798,7 +797,7 @@ public void setVolume(float volume) {
798
797
this .volume .pendingResultCallback =
799
798
new ResultCallback <MediaChannelResult >() {
800
799
@ Override
801
- public void onResult (@ NonNull MediaChannelResult result ) {
800
+ public void onResult (MediaChannelResult result ) {
802
801
if (remoteMediaClient != null ) {
803
802
updateVolumeAndNotifyIfChanged (this );
804
803
listeners .flushEvents ();
You can’t perform that action at this time.
0 commit comments