mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 00:20:32 +00: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