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

PulseView pauses with background color filled #9

Open
shubham-agr opened this issue Mar 15, 2018 · 2 comments
Open

PulseView pauses with background color filled #9

shubham-agr opened this issue Mar 15, 2018 · 2 comments

Comments

@shubham-agr
Copy link

shubham-agr commented Mar 15, 2018

I have implemented the pulse view .
I m getting a issue.
It works fine on normal scenario
But sometimes when i return back to the activity / fragment
i have a huge background color with the color that is setup for pulseview and loos like pulse has frozon

@basmaessen
Copy link

I have the same issue, also the finishPulse() method is not working properly when I navigate to another fragment within a viewpager.

@shubham-agr
Copy link
Author

@basmaessen i partially solved this by using finishing the pulse in onPause override method like this.

@Override
    public void onPause() {
        super.onPause();
        pulseView.finishPulse();
        pulseView.refreshDrawableState();
    }

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

2 participants