usuiat / ViewOnlyViewer

Very simple photo and video viewer that UI is all written with Jetpack Compose.
3 stars 0 forks source link

Video started twice #12

Open usuiat opened 2 years ago

usuiat commented 2 years ago

The progress indicator goes back to the start position soon after starting to playback the video.

usuiat commented 2 years ago

The start() is called only once. However, after a few hundred milliseconds from the start of playback, the rendering position returns a bit. MediaPlayer#currentPosition value also returns.

This issue occurs in the "Scene" app too.