Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e4f54de authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 046184f9: Merge "Fix bug #7266459...

am 046184f9: Merge "Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO" into jb-mr1-dev

* commit '046184f9':
  Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO
parents de19ad9d 046184f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5871,6 +5871,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                    ((layoutDirection << PFLAG2_LAYOUT_DIRECTION_MASK_SHIFT) & PFLAG2_LAYOUT_DIRECTION_MASK);
            // We need to resolve all RTL properties as they all depend on layout direction
            resolveRtlPropertiesIfNeeded();
            requestLayout();
            invalidate(true);
        }
    }
@@ -11568,8 +11570,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        if (!isDrawablesResolved()) {
            resolveDrawables();
        }
        requestLayout();
        invalidate(true);
        onRtlPropertiesChanged(getLayoutDirection());
    }