Skip to content
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

Play the audio with skipping certain time will keep the loading progress bar showing #9

Closed
1 task
TonyTangAndroid opened this issue Apr 8, 2016 · 1 comment
Labels

Comments

@TonyTangAndroid
Copy link

  • I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
  • ExoMedia version: 3.0
  • Device OS version: 6.0
  • Devide Manufacturer: LG
  • Device Name: Nexus 5
Reproduction Steps
  1. change the method
    playlistManager.play(0, false); in AudioPlayerActivity.java
    to
    playlistManager.play(50 * 1000, false);
  2. Play the audio, the loading progress bar will be keeping showing because the last playback state update is SEEKING rather than play.
Expected Result

the loading progress bar disappears and plays the audio starting with 50 seconds.

Actual Result

the loading progress bar did not disappear but the audio starts with 50 seconds.

@brianwernick
Copy link
Owner

This has been fixed in 3a5320b and will be in the next patch release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants