-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loadingProgress (loader) hidden immediately during a manual seek by the user. #409
Comments
This kind of sounds like the digitizer isn't working correctly, I'll look in to it though and see why controls are hiding when the user is interacting |
Just to clarify the |
loadingProgress
(loader) hidden immediately during a manual seek by the user.
loadingProgress
(loader) hidden immediately during a manual seek by the user.
Just to clarify: you are saying that the user performs a seek (ui), the loading progress doesn't show, and the video isn't playing? |
Yes, correct. The seek happens but the loading progress does not show. |
Hi Brian, can you please let me know if this fix is in your roadmap for the next release? |
I looked a little in to it a week or so ago and it looked like the state that the ExoPlayer was reporting was |
Okay. If it helps, I was using version 3.0.5 earlier, and this specific bug wasn't there. |
Knowing that it broke after |
Device Info:
3.1.1
6.0
Samsung
J7
Reproduction Steps
emVideoView
Expected Result
(indeterminate) progressbar should be shown
Actual Result
(indeterminate) progressbar is not shown
Debug Hint
onSeekComplete
is being called twice, once immediately after the seek event is initiated (not expected) and once after the seek event is actually completed (expected). The first call causes the progressBar to be hidden immediately.The text was updated successfully, but these errors were encountered: