mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix StyledPlayerControlView reference in demo app's PlayerActivity
PiperOrigin-RevId: 416809105
This commit is contained in:
parent
1f69ab2d8c
commit
3f5304b891
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ public class PlayerActivity extends AppCompatActivity
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PlayerControlView.VisibilityListener implementation
|
// StyledPlayerControlView.VisibilityListener implementation
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onVisibilityChange(int visibility) {
|
public void onVisibilityChange(int visibility) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue