diff options
| author | Michael Kolb <kolby@google.com> | 2012-04-02 16:18:36 -0700 |
|---|---|---|
| committer | Michael Kolb <kolby@google.com> | 2012-04-03 11:23:18 -0700 |
| commit | 4923c22cb79296a9624a599cf8874323cdbc6cbc (patch) | |
| tree | b7ab75efc152eea49609c583bbf225733d7513a6 /src/com/android/browser/Tab.java | |
| parent | d38135ceb6fa57d90d018851f09c7aaea09fd2a9 (diff) | |
| download | packages_apps_Browser-4923c22cb79296a9624a599cf8874323cdbc6cbc.tar.gz packages_apps_Browser-4923c22cb79296a9624a599cf8874323cdbc6cbc.tar.bz2 packages_apps_Browser-4923c22cb79296a9624a599cf8874323cdbc6cbc.zip | |
Don't embed titlebar in WebView
Bug: 5032345
The titlebar gets attached to an overlay and tracks the scrolling
of the WebView at the top of the page.
Change-Id: I60b2163bb7a3642813823995278722455f566f36
Diffstat (limited to 'src/com/android/browser/Tab.java')
| -rw-r--r-- | src/com/android/browser/Tab.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java index acccb3150..cfbd88a31 100644 --- a/src/com/android/browser/Tab.java +++ b/src/com/android/browser/Tab.java @@ -1566,8 +1566,6 @@ class Tab implements PictureListener { void destroy() { if (mMainView != null) { dismissSubWindow(); - // Make sure the embedded title bar isn't still attached - getWebViewClassic().setEmbeddedTitleBar(null); // save the WebView to call destroy() after detach it from the tab WebView webView = mMainView; setWebView(null); |
