We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bef329 + d3156a2 commit 59420ecCopy full SHA for 59420ec
1 file changed
core/java/android/view/ViewGroup.java
@@ -5990,11 +5990,6 @@ public int getLayoutDirection() {
5990
*/
5991
@Override
5992
public void resolveLayoutDirection(int layoutDirection) {
5993
- // No need to resolve if it is the same layout direction as before
5994
- if (this.layoutDirection == layoutDirection) {
5995
- return;
5996
- }
5997
-
5998
setLayoutDirection(layoutDirection);
5999
6000
if (!isMarginRelative()) return;
0 commit comments