commit | 541f55a0178da7c09fb32aa5385effae031ea071 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Jun 07 16:34:43 2011 -0700 |
committer | John Reck <jreck@google.com> | Tue Jun 07 16:34:58 2011 -0700 |
tree | c1e6d7554b9d682fbd6db5b00e7702a8f355ab5f | |
parent | f33b1637487af3786ee30f295f2c84db6db1e6b3 [diff] [blame] |
Freeze tab improvements Change-Id: I5d5e5a7a18cafdbe845fa1ef949276bdfd1996d3
diff --git a/src/com/android/browser/XLargeUi.java b/src/com/android/browser/XLargeUi.java index 1530ed3..25cdbd9 100644 --- a/src/com/android/browser/XLargeUi.java +++ b/src/com/android/browser/XLargeUi.java
@@ -213,7 +213,7 @@ mTabBar.showTitleBarIndicator(false); } else { // check if title bar is already attached by animation - if (mTitleBar.getParent() == null) { + if (mTitleBar.getParent() == null && !tab.isSnapshot()) { view.setEmbeddedTitleBar(mTitleBar); } view.setScrollListener(this);