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

How to start with the pause icon? #3

Open
robertmallare opened this issue Jun 25, 2016 · 2 comments
Open

How to start with the pause icon? #3

robertmallare opened this issue Jun 25, 2016 · 2 comments

Comments

@robertmallare
Copy link

Hi,

How do I start with the pause icon? I tried setting sePlayed to true or false to no avail. I event tried performClick() or callOnClick() just to simulate the initial press but still to no avail. How can I accomplish this?

@ChanakyaHirpara
Copy link

change following line in PlayPauseButton class
from ==>
private boolean mPlayed;

to ==>
private boolean mPlayed = true;

@kunjanrshah
Copy link

thansk for the answer

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

No branches or pull requests

3 participants