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