We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8449d0e commit b641bf7Copy full SHA for b641bf7
lib/java/com/google/android/material/chip/Chip.java
@@ -1341,10 +1341,8 @@ public void setLayoutDirection(int layoutDirection) {
1341
if (chipDrawable == null) {
1342
return;
1343
}
1344
- if (Build.VERSION.SDK_INT >= VERSION_CODES.KITKAT) {
+ if (Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) {
1345
super.setLayoutDirection(layoutDirection);
1346
- } else {
1347
- ViewCompat.setLayoutDirection(this, layoutDirection);
1348
1349
1350
0 commit comments