Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
faruktoptas committed Sep 13, 2020
2 parents 876ddf6 + f4b1af6 commit 8ced457
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ class FancyShowCaseView @JvmOverloads constructor(context: Context, attrs: Attri
})
}

/**
* Starts enter animation of FancyShowCaseView
*/ @TargetApi(Build.VERSION_CODES.LOLLIPOP)
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
private fun startEnterAnimation() {
animationPresenter.enterAnimation(
{ doCircularEnterAnimation() },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ class FancyImageView : AppCompatImageView {
}
}

/**
* Draws focus circle
*
* @param canvas canvas to draw
*/
private fun drawCircle(canvas: Canvas) {
canvas.drawCircle(presenter.circleCenterX.toFloat(), presenter.circleCenterY.toFloat(),
presenter.circleRadius(animCounter, animMoveFactor), erasePaint)
Expand Down

0 comments on commit 8ced457

Please sign in to comment.