mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Fix / line too long
This commit is contained in:
parent
1da0b5be76
commit
3c16701766
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ import androidx.transition.Transition
|
|||
import androidx.transition.TransitionManager
|
||||
|
||||
|
||||
inline fun ConstraintLayout.updateConstraintSet(@LayoutRes layoutId: Int, rootLayoutForAnimation: ConstraintLayout? = null, noinline onAnimationEnd: (() -> Unit)? = null) {
|
||||
inline fun ConstraintLayout.updateConstraintSet(@LayoutRes layoutId: Int,
|
||||
rootLayoutForAnimation: ConstraintLayout? = null,
|
||||
noinline onAnimationEnd: (() -> Unit)? = null) {
|
||||
if (rootLayoutForAnimation != null) {
|
||||
val transition = ChangeBounds()
|
||||
transition.interpolator = OvershootInterpolator()
|
||||
|
|
Loading…
Reference in a new issue