commit | a5bf1deca120315a2643ea5b010f94d853461b15 | [log] [tgz] |
---|---|---|
author | Andrei Popescu <andreip@google.com> | Wed Sep 23 16:39:23 2009 +0100 |
committer | Andrei Popescu <andreip@google.com> | Wed Sep 23 16:39:34 2009 +0100 |
tree | d19979a2081bfdf600cdbadb3bcec349f22341bf | |
parent | c95261955cf08f30b484b6a229c4bcff42c645ce [diff] [blame] |
Reset title bar after closing tab Fixes http://b/issue?id=2139260
diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java index b441a09..b6f1e86 100644 --- a/src/com/android/browser/BrowserActivity.java +++ b/src/com/android/browser/BrowserActivity.java
@@ -2071,6 +2071,7 @@ currentIndex--; } mTabControl.setCurrentTab(mTabControl.getTab(currentIndex)); + resetTitleIconAndProgress(); } private void goBackOnePageOrQuit() {