Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ripple effect staying after cancellation (#2586)
## Description Sometimes when our `Button` (like `BaseButton`) is cancelled, it gets stuck at ripple animation. This may also prevent other components form receiving events, until the button will be pressed again (which will release it). This PR changes behavior after receiving `ACTION_CANCEL`, so that buttons don't get stuck anymore. Fixes #2585 ## Test plan Tested on example from [issue](#2585) and `NestedButtons` example from our example app.
- Loading branch information