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
4c71e06079
commit
a24ffbd21b
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