mmoamenn / LuckyWheel_Android

A custom component that displays a lucky wheel. it ⁠ features easy customize of colors, addition of items and it's very trivial to integrate in your application.
MIT License
128 stars 55 forks source link

Disable Swipe Listener for spin #12

Closed prajakta2702 closed 4 years ago

prajakta2702 commented 4 years ago

How to Disable Swipe Listener for spin?

mmoamenn commented 4 years ago

I will add it in the next release

mmoamenn commented 4 years ago

there is a hack for that just set the target -1 like below code

luckyWheel.setTarget(-1)