mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 00:20:32 +00:00
Merge pull request #8391 from Isira-Seneviratne/Use_JvmOverloads
Use JvmOverloads.
This commit is contained in:
commit
adddd48c1d
@ -300,14 +300,7 @@ private fun View.animateLightSlideAndAlpha(enterOrExit: Boolean, duration: Long,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun View.slideUp(
|
@JvmOverloads
|
||||||
duration: Long,
|
|
||||||
delay: Long,
|
|
||||||
@FloatRange(from = 0.0, to = 1.0) translationPercent: Float
|
|
||||||
) {
|
|
||||||
slideUp(duration, delay, translationPercent, null)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun View.slideUp(
|
fun View.slideUp(
|
||||||
duration: Long,
|
duration: Long,
|
||||||
delay: Long = 0L,
|
delay: Long = 0L,
|
||||||
|
Loading…
Reference in New Issue
Block a user