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

[TIMOB-1356] setUrl in AudioPlayer not working #5427

Closed
wants to merge 2 commits into from

Conversation

bijupmb
Copy link
Contributor

@bijupmb bijupmb commented Mar 5, 2014

mp.setOnCompletionListener(this);
mp.setOnErrorListener(this);
mp.setOnInfoListener(this);
mp.setOnBufferingUpdateListener(this);

setState(STATE_INITIALIZED);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you add these lines here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just create a method from the existing code .

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect. The state is set at line 105. Why are you setting it again here?

@hieupham007
Copy link
Contributor

Code reviewed.Please address comments

@negupta
Copy link
Contributor

negupta commented Apr 17, 2014

@bijupmb There has been no update on this PR for over a month now. We should follow up proactively on these PR comments.

@bijupmb
Copy link
Contributor Author

bijupmb commented Apr 18, 2014

I am waiting for reply for addressed comment "I just create a method from the existing code "

@negupta
Copy link
Contributor

negupta commented Apr 28, 2014

@hieupham007 - Please review his comment. I am not sure what he means though.

@bijupmb
Copy link
Contributor Author

bijupmb commented Apr 28, 2014

I extract method from an existing code

@hieupham007
Copy link
Contributor

Biju, the state is already set at line 105, please look at my comment

@bijupmb
Copy link
Contributor Author

bijupmb commented May 1, 2014

Done

@skypanther
Copy link
Contributor

@hieupham007 Can you please review the code changes?

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

Successfully merging this pull request may close these issues.

None yet

5 participants