OSDN Git Service

Reset title bar after closing tab
authorAndrei Popescu <andreip@google.com>
Wed, 23 Sep 2009 15:39:23 +0000 (16:39 +0100)
committerAndrei Popescu <andreip@google.com>
Wed, 23 Sep 2009 15:39:34 +0000 (16:39 +0100)
Fixes http://b/issue?id=2139260

src/com/android/browser/BrowserActivity.java

index b441a09..b6f1e86 100644 (file)
@@ -2071,6 +2071,7 @@ public class BrowserActivity extends Activity
             currentIndex--;
         }
         mTabControl.setCurrentTab(mTabControl.getTab(currentIndex));
+        resetTitleIconAndProgress();
     }
 
     private void goBackOnePageOrQuit() {