commit | db22ea70c4e0cb753ee224d2185d91379584d13b | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Tue Sep 15 10:57:22 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Tue Sep 15 10:57:22 2009 -0400 |
tree | bb0863ee79a966518c2b07324f66dd1af301883c | |
parent | 659d0ed1d84edda14450681a466c036e4cca3921 [diff] [blame] |
Call resetTitle() when switching tabs. This will update the progress and the refresh/stop menu item. Bug: 2118878
diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java index 31675db..5d14793 100644 --- a/src/com/android/browser/BrowserActivity.java +++ b/src/com/android/browser/BrowserActivity.java
@@ -1376,6 +1376,7 @@ mTabControl.setCurrentTab(tab); attachTabToContentView(tab); mTitleBar.setCurrentTab(index); + resetTitle(); return true; }