badoo/StarBar

Save the rating

spennyf opened this issue · 1 comments

When I rate the item, and move my hand away the rating just goes back to 0, how to get it to stay at what I rated it?

remove calling resetTargetSize() function inside Runnable in MotionEvent.ACTION_UP.It worked for me.