@ -208,15 +208,8 @@ class RotateLoading : View {
private fun stopAnimator() {
animate().cancel()
animate().scaleX(0.0f)
isStarted = false
.scaleY(0.0f)
visibility = GONE
.setListener(object : AnimatorListenerAdapter() {
override fun onAnimationEnd(animation: Animator) {
}
})
.start()
companion object {