Skip to content
Commit e41d0f57 authored by Jakob Hilden's avatar Jakob Hilden Committed by Matt Apperson
Browse files

[ExoPlayer] Value of `paused` prop should be respected when resuming the app (#486)

Before, when you resumed the app the player would **always** start playing again.

After this changed the `paused` prop of the `Video` component (which is the `isPaused` variable internally)
is consulted on resume for whether or not the playback should resume as well.
parent d792427c
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