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

[HB-5916] Fixing Invalidate Getting Called Multiple Times Would Cause a Crash #142

Conversation

SCastanedaMunoz
Copy link
Collaborator

Description

Invalidate is a one off thing. The Boolean value was never set correctly so it could get called multiple times causing the application to try to call invalidate in the native ad multiple times. This would be bad since the ad reference would have be gone by then.

@SCastanedaMunoz SCastanedaMunoz added the bugfix Something has been fixed label Jun 2, 2023
@SCastanedaMunoz SCastanedaMunoz requested review from pleasesavemycat and a team June 2, 2023 21:04
@SCastanedaMunoz SCastanedaMunoz self-assigned this Jun 2, 2023
@SCastanedaMunoz SCastanedaMunoz requested review from bwised, kushG and cb-jpadilla and removed request for a team June 2, 2023 21:04
Copy link
Collaborator

@pleasesavemycat pleasesavemycat left a comment

Choose a reason for hiding this comment

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

lgtm

@SCastanedaMunoz SCastanedaMunoz merged commit ee5c64a into develop Jun 2, 2023
@SCastanedaMunoz SCastanedaMunoz deleted the HB-5916-unity-android-fix-invalidate-crash-for-fullscreen-api branch June 2, 2023 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something has been fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants