mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-01 06:47:56 +01:00
Minor cleanup
Fixing some things that were errors when compiling against SDK 33.
This commit is contained in:
@@ -87,7 +87,7 @@ class TachiyomiBottomNavigationView @JvmOverloads constructor(
|
||||
.setDuration(duration)
|
||||
.applySystemAnimatorScale(context)
|
||||
.setListener(object : AnimatorListenerAdapter() {
|
||||
override fun onAnimationEnd(animation: Animator?) {
|
||||
override fun onAnimationEnd(animation: Animator) {
|
||||
currentAnimator = null
|
||||
postInvalidate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user