ConstraintLayout/constraintlayout.github.io

TransitionManagerr doesn't work with constraintSet when configured dynamically

ninad458 opened this issue · 0 comments

ConstraintLayout version: 1.0.2

    val set = ConstraintSet()
    set.clone(root)
    set.connect(frag_comments.id, ConstraintSet.TOP, ConstraintSet.PARENT_ID, ConstraintSet.BOTTOM)
    set.applyTo(root)
    TransitionManager.beginDelayedTransition(root)

The above snippet doesn't work. I have tried various permutations I also tried adding a transition.`