Fixed StackOverflow

pull/7050/head
litetex 2021-09-04 00:00:32 +02:00
rodzic 02789122a0
commit d11129a76b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -304,7 +304,7 @@ fun View.slideUp(
delay: Long,
@FloatRange(from = 0.0, to = 1.0) translationPercent: Float
) {
slideUp(duration, delay, translationPercent)
slideUp(duration, delay, translationPercent, null)
}
fun View.slideUp(