@@ -169,7 +169,10 @@ export default class Video extends Component {
};
_onReadyForDisplay=(event)=>{
this._hidePoster();
if(!this.props.audioOnly){
this._hidePoster();
}
if(this.props.onReadyForDisplay){
this.props.onReadyForDisplay(event.nativeEvent);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.