mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix javadoc on PlayerView.setControllerVisibilityListener
#minor-release PiperOrigin-RevId: 619536799
This commit is contained in:
parent
58e8300ea2
commit
ebfd540817
1 changed files with 1 additions and 1 deletions
|
|
@ -951,7 +951,7 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the {@link PlayerControlView.VisibilityListener}.
|
* Sets the {@link ControllerVisibilityListener}.
|
||||||
*
|
*
|
||||||
* <p>If {@code listener} is non-null then any listener set by {@link
|
* <p>If {@code listener} is non-null then any listener set by {@link
|
||||||
* #setControllerVisibilityListener(PlayerControlView.VisibilityListener)} is removed.
|
* #setControllerVisibilityListener(PlayerControlView.VisibilityListener)} is removed.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue