Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly" into gingerbread

This commit is contained in:
Mathias Agopian
2010-11-08 13:41:31 -08:00
committed by Android (Google) Code Review

View File

@@ -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();
}
}