Fix hiding FastScroller

pull/226/head v4.0-a7
Koitharu 4 years ago
parent f43fe5830e
commit 9b0dc8b413
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -33,6 +33,7 @@ class ScrollbarAnimator(
.animate()
.translationX(0f)
.alpha(1f)
.setListener(null)
.setDuration(animationDuration)
}

Loading…
Cancel
Save