You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the video has finished playing, any change in the Activity's lifecycle state (calls to onResume and onStart) will make the VideoView replay the attached video automatically.
How to reproduce:
Start one of the demos provided in your library, replace the used video with a shorter non-looping one, and wait until it is finished playing. After that, try sending the app to the background or swiping done the status bar, and you will notice that the video has started playing again.
The text was updated successfully, but these errors were encountered:
Issue:
When the video has finished playing, any change in the Activity's lifecycle state (calls to
onResume
andonStart
) will make the VideoView replay the attached video automatically.How to reproduce:
Start one of the demos provided in your library, replace the used video with a shorter non-looping one, and wait until it is finished playing. After that, try sending the app to the background or swiping done the status bar, and you will notice that the video has started playing again.
The text was updated successfully, but these errors were encountered: