mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-05-06 00:25:42 -05:00
[GH-ISSUE #187] Move invalidate() to onTouchEvent() from onDraw() in the Slider.java #2536
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).
Original GitHub issue: https://github.com/wasabeef/awesome-android-ui/issues/187
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.