Skip to content

Commit

Permalink
PLAYER-1391 PlayPause reader -warnigs
Browse files Browse the repository at this point in the history
  • Loading branch information
agarcia001 committed Aug 10, 2017
1 parent 76cc463 commit 6253298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/react/widgets/VideoViewPlayPause.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ var VideoViewPlayPause = React.createClass({
return (

<View accessible={true} accessibilityLabel={this.state.play.animationOpacity._value ? "play" : "pause"} accessibilityComponentType="button"
style={[styles.buttonTextStyle, size]}>
<Animated.Text accessible={false} //animated text accessible false
style={[size]}>
<Animated.Text accessible={false}
style={[styles.buttonTextStyle, fontStyle, buttonColor, this.props.buttonStyle, animate, opacity]}>
{this.props.icons[name].icon}
</Animated.Text>
Expand Down

0 comments on commit 6253298

Please sign in to comment.