We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0
6.0
LG
Nexus 5
playlistManager.play(0, false);
AudioPlayerActivity.java
playlistManager.play(50 * 1000, false);
the loading progress bar disappears and plays the audio starting with 50 seconds.
the loading progress bar did not disappear but the audio starts with 50 seconds.
The text was updated successfully, but these errors were encountered:
This has been fixed in 3a5320b and will be in the next patch release
Sorry, something went wrong.
No branches or pull requests
Include the following:
3.0
6.0
LG
Nexus 5
Reproduction Steps
playlistManager.play(0, false);
inAudioPlayerActivity.java
to
playlistManager.play(50 * 1000, false);
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.
The text was updated successfully, but these errors were encountered: