Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix removing blur after ACTION_CANCEL
`MotionEvent.ACTION_CANCEL` resets `fadeOutFrom` so `f` becomes immediately 0, in which case `setBlurRadius` needs to run one last time to remove the blur.
- Loading branch information