material-components / material-components-android

Modular and customizable Material Design UI components for Android
Apache License 2.0
16.03k stars 3.03k forks source link

[Badge] Remove `BadgeUtils.USE_COMPAT_PARENT` #4170

Closed MGaetan89 closed 2 weeks ago

MGaetan89 commented 3 weeks ago

Now that the min SDK is 19 and that #3849 is merged, the BadgeUtils.USE_COMPAT_PARENT constant is always false. This PR removes its usages, as suggested in https://github.com/material-components/material-components-android/pull/3849#issuecomment-2102874260.