-
Notifications
You must be signed in to change notification settings - Fork 21
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: improve AVPlayer currentItem transition handling #247
fix: improve AVPlayer currentItem transition handling #247
Conversation
andrewjl-mux
commented
Aug 14, 2024
•
edited
Loading
edited
- fix: dispatch view end when AVPlayerItem changes
- fix: skip dispatching view init when player has no player item
end the view when there is a new AVPlayerItem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious if there are any breaking changes as a result of this, but feels like the "right" default behavior regardless. 👍
Before this change we'd dispatch a This un-breaks the edge case where |
* fix: improve AVPlayer currentItem transition handling (#247) * fix: dispatch view end when AVPlayerItem changes end the view when there is a new AVPlayerItem * fix: skip dispatching view init when player has no player item * build: update core library dependency