mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Fixed StackOverflow
This commit is contained in:
parent
02789122a0
commit
d11129a76b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user