splendo / kaluga

Collection of multiplatform kotlin components, mainly using coroutines and flow
Apache License 2.0
306 stars 7 forks source link

iOS MediaPlayer stops when rewinding right before completion #737

Closed Daeda88 closed 10 months ago

Daeda88 commented 11 months ago

Describe the bug When seeking a track right before it completes (e.g. calling forcePlay() right before the end) the completion event of iOS is still called and playback will be paused.

Expected behavior Playback should continue when rewinding before completion.