diff options
Diffstat (limited to 'src/com/android/browser/TabControl.java')
| -rw-r--r-- | src/com/android/browser/TabControl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/TabControl.java b/src/com/android/browser/TabControl.java index 6c1ac911..efef303d 100644 --- a/src/com/android/browser/TabControl.java +++ b/src/com/android/browser/TabControl.java @@ -150,7 +150,7 @@ class TabControl { public void onRequestFocus(WebView view) { Tab t = getTabFromView(view); if (t != getCurrentTab()) { - mActivity.showTab(t); + mActivity.switchToTab(getTabIndex(t)); } } } |
