summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/java/android/view/View.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index 68caa53..1af0867 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -8496,6 +8496,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
}
jumpDrawablesToCurrentState();
+ // We are supposing here that the parent directionality will be resolved before its children
+ // View horizontalDirection public attribute resolution to an internal var.
// Resolving the layout direction. LTR is set initially.
mPrivateFlags2 &= ~RESOLVED_LAYOUT_RTL;
switch (getHorizontalDirection()) {