diff options
Diffstat (limited to 'src/com/android/browser/UrlHandler.java')
| -rw-r--r-- | src/com/android/browser/UrlHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/UrlHandler.java b/src/com/android/browser/UrlHandler.java index c76eee8df..02a080f03 100644 --- a/src/com/android/browser/UrlHandler.java +++ b/src/com/android/browser/UrlHandler.java @@ -258,7 +258,7 @@ public class UrlHandler { protected void onPostExecute(String result) { // Make sure the Tab was not closed while handling the task - if (mController.getTabControl().getTabIndex(mTab) != -1) { + if (mController.getTabControl().getTabPosition(mTab) != -1) { // If the Activity Manager is not invoked, load the URL directly if (!startActivityForUrl(result)) { if (!handleMenuClick(mTab, result)) { |
