androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.06k stars 177 forks source link

Fix issues with the FlowReference #705

Closed jswong65 closed 1 year ago

jswong65 commented 1 year ago

Fix issues of the FlowReference relevant code.

  1. add break; for the switch statement in parseFlowType.
  2. invoke the apply method in ConstraintReference to ensure that the general attributes of a Widget can be handled properly