You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your source of the same line doesn't mention the predeterminedNumber, instead triggering with the index of what was completed.
What's going on? I can't even get the older version of the library that used to work right with the way this library is versioned. There really should be versions cut and not just have users use the master snapshot in Gradle.
The text was updated successfully, but these errors were encountered:
Actually, looking at your source in master, your PieRotateListener interface still only has 1 method rotateDone. I'm very confused as to why my source has onRotationStart as well.
I'm having an issue with my app using this library. Recently, it appears the
PieRotateListener
had a second method added to it. Fine.However, the listener does not trigger on done when using
startLuckyWheelWithTargetIndex
.My source locally looks like:
Your source of the same line doesn't mention the
predeterminedNumber
, instead triggering with the index of what was completed.What's going on? I can't even get the older version of the library that used to work right with the way this library is versioned. There really should be versions cut and not just have users use the
master
snapshot in Gradle.The text was updated successfully, but these errors were encountered: