I'm using androidx.constraintlayout.widget.Group
in my androidx.constraintlayout.widget.ConstraintLayout
to set the visibility
of the entire group.
This works fine for a normal app but as soon as I run the same code as an Instant App it breaks and visibility
is not applied.
Logcat posts an error like W/ConstraintHelper: Could not find id of "divider"
for each view I've added to the group.
Is there any known bug / workaround for this?