TransitionManagerr doesn't work with constraintSet when configured dynamically
ninad458 opened this issue · 0 comments
ninad458 commented
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.`