mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-03-09 07:22:17 -05:00
Move invalidate() to onTouchEvent() from onDraw() in the Slider.java #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WangYang525 on GitHub (May 18, 2017).
Why is there the function invalidate() in the onDraw().That would result in refreshing the component ceaselessly. Why don't place the invalidate() in the onTouchEvent()?
@WangYang525 commented on GitHub (May 18, 2017):
I shouldn't put issue here.This just a list for projects.