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
Hello,
After starting a pulse, the color cannot be changed again.
Sample pseudo code:
binding.pulsator.color = ContextCompat.getColor(requireContext(), R.color.red) binding.pulsator.start() // arbitrary delay here binding.pulsator.stop() binding.pulsator.color = ContextCompat.getColor(requireContext(), R.color.green) binding.pulsator.start()
Performing this action will successfully start and stop the pulse, but it will remain red. Is this a bug or is there another way to accomplish this?
Thank you, Sam
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
After starting a pulse, the color cannot be changed again.
Sample pseudo code:
Performing this action will successfully start and stop the pulse, but it will remain red. Is this a bug or is there another way to accomplish this?
Thank you,
Sam
The text was updated successfully, but these errors were encountered: