Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ASVideoPlayerNode] Check that the video player's delegate implements the didTapFullScreenButtonNode method before calling it #trivial #418

Merged
merged 1 commit into from
Jul 5, 2017

Conversation

tnev
Copy link
Contributor

@tnev tnev commented Jul 5, 2017

The ASVideoPlayerNode delegate flag that indicated whether the delegate implemented the didTapFullScreenButtonNode method wasn't getting used, so I've added the check to the ASVideoPlayerNode's didTapFullScreenButton method.

… the didTapFullScreenButtonNode method before calling it #trivial
@CLAassistant
Copy link

CLAassistant commented Jul 5, 2017

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@nguyenhuy nguyenhuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, @tnev!

I did a quick check and it seems that this is the last/only place where we don't check a flag before calling its corresponding delegate method. Nice catch!

@nguyenhuy nguyenhuy merged commit cf870dc into TextureGroup:master Jul 5, 2017
bernieperez pushed a commit to AtomTickets/Texture that referenced this pull request Apr 25, 2018
… the didTapFullScreenButtonNode method before calling it #trivial (TextureGroup#418)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants