OSDN Git Service

As embedded and full screen shares the same view,
authorGrace Kloba <klobag@google.com>
Fri, 22 Jan 2010 03:13:34 +0000 (19:13 -0800)
committerGrace Kloba <klobag@google.com>
Fri, 22 Jan 2010 03:13:34 +0000 (19:13 -0800)
commit77dc179baa7b8fb405633fd46324e336285d10e2
tree302e93fa6a860aa92911f7ff84becafd6c2bf03b
parent7cabb03da7053f3ceb5ff8b41b6a46052c6658a1
As embedded and full screen shares the same view,
we have to replace the AbsoluteLayout with
ViewGroup.Layout before setting it to the dialog
as dialog's FrameLayout doesn't accept AbsoluteLayout.

This should fix the crash when changing orientation.
core/java/android/webkit/WebView.java