mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-11 01:40:59 +00:00
Fixed StackOverflow
This commit is contained in:
parent
02789122a0
commit
d11129a76b
@ -304,7 +304,7 @@ fun View.slideUp(
|
|||||||
delay: Long,
|
delay: Long,
|
||||||
@FloatRange(from = 0.0, to = 1.0) translationPercent: Float
|
@FloatRange(from = 0.0, to = 1.0) translationPercent: Float
|
||||||
) {
|
) {
|
||||||
slideUp(duration, delay, translationPercent)
|
slideUp(duration, delay, translationPercent, null)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun View.slideUp(
|
fun View.slideUp(
|
||||||
|
Loading…
Reference in New Issue
Block a user