-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels