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.07k stars 176 forks source link

Resolve most of remaining ErrorProne issues in :constraintlayout #668

Closed oscar-ad closed 2 years ago

oscar-ad commented 2 years ago

Resolved Unused parameter, ShortCircuitBoolean, NarrowingCompoundAssignment, Unused field.

Removed fields that had no use whatsoever (not referenced, not assigned).