Skip to content
Commit 8c9168b5 authored by Michael Crumm's avatar Michael Crumm Committed by Matt Apperson
Browse files

Fixes bug when pausing in fullscreen (iOS) (#325)

Similar to #153, attempts to pause in fullscreen mode will be negated by the `playbackLikelyToKeepUp` event.

This PR adds a check for `_fullscreenPlayerPresented`, in additional to `_controls` before calling `setPaused` for `playbackLikelytoKeepUp`.

This update is likely preferrable to #258, as it doesn't lose the empty buffer check.
parent 7075e30a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment