Skip to content

Commit

Permalink
Merge pull request #7
Browse files Browse the repository at this point in the history
v1.1.3 is ready
  • Loading branch information
caneryilmaz52 authored Feb 18, 2025
2 parents 33a9b0b + fc35310 commit 916aebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion luckywheel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ afterEvaluate {
from components.release
groupId = "com.github.caneryilmaz52"
artifactId = "LuckyWheelView"
version = "1.1.2"
version = "1.1.3"

pom {
name.set("Lucky Wheel View")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1252,8 +1252,8 @@ class LuckyWheelView @JvmOverloads constructor(
* this function is not for user
*/
private fun clearArrowAnimation() {
arrowRightSwingAnimator!!.cancel()
arrowLeftSwingAnimator!!.cancel()
arrowRightSwingAnimator?.cancel()
arrowLeftSwingAnimator?.cancel()

val arrowCenterPositionAnimator = when (arrowPosition) {
ArrowPosition.TOP -> {
Expand Down

0 comments on commit 916aebd

Please sign in to comment.