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

fix(ios): crash on ads after leaving the app #3911

Merged
merged 23 commits into from
Jun 20, 2024

Conversation

freeboub
Copy link
Collaborator

Summary

ads manager is allocated in init and released on removeFromSuperView which doesn't make sense and causes a crash

Motivation

fix crash reported in: #3904 (comment)

Changes

move freeup ads Manager in deinit instead of removeFromSuperView

Test plan

freeboub and others added 22 commits May 5, 2024 21:06
…ideo

# Conflicts:
#	android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
#	src/Video.tsx
…fix/avoidVideoResizingFlickering

# Conflicts:
#	.github/ISSUE_TEMPLATE/bug-report.yml
* fix: ensure player doesn't start when view is unmounted
@freeboub freeboub mentioned this pull request Jun 14, 2024
@freeboub freeboub merged commit 3d6bc94 into TheWidlarzGroup:master Jun 20, 2024
6 checks passed
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.

2 participants