Merge "Fix failing RippleShaderTest" into tm-qpr-dev
This commit is contained in:
@@ -431,8 +431,9 @@ class RippleShader(rippleShape: RippleShape = RippleShape.CIRCLE) :
|
|||||||
"[setSizeAtProgresses] before playing the animation."
|
"[setSizeAtProgresses] before playing the animation."
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// If there's no size is set, we set everything to 0.
|
// If there's no size is set, we set everything to 0 and return early.
|
||||||
setSizeAtProgresses(initialSize)
|
setSizeAtProgresses(initialSize)
|
||||||
|
return currentSizeIndex
|
||||||
}
|
}
|
||||||
|
|
||||||
var candidate = sizes[currentSizeIndex]
|
var candidate = sizes[currentSizeIndex]
|
||||||
|
|||||||
Reference in New Issue
Block a user