diff options
| author | 2010-11-08 13:41:31 -0800 | |
|---|---|---|
| committer | 2010-11-08 13:41:31 -0800 | |
| commit | 5fd3054048b41b033700be3f30e4bca69f4f13a6 (patch) | |
| tree | e9e64455ec307a4ae66b3a2db9f3ad6663f6428e | |
| parent | fe40e9e0ce7b5536be9f9ff0596714a0eb921b1e (diff) | |
| parent | 1bd80ad7fdf71e437fa650f02366664c27b66b46 (diff) | |
Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly" into gingerbread
| -rw-r--r-- | core/java/android/view/ViewRoot.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/view/ViewRoot.java b/core/java/android/view/ViewRoot.java index 9c249ceeab27..a039777bca19 100644 --- a/core/java/android/view/ViewRoot.java +++ b/core/java/android/view/ViewRoot.java @@ -1301,6 +1301,7 @@ public final class ViewRoot extends Handler implements ViewParent, // Need to make sure we re-evaluate the window attributes next // time around, to ensure the window has the correct format. mWindowAttributesChanged = true; + requestLayout(); } } |