summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/IntentHandler.java
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-07-13 15:48:43 -0700
committerJohn Reck <jreck@google.com>2011-07-18 10:25:43 -0700
commitd3e4d5b4ffdf374b836ec9d4d3e315040c8c3779 (patch)
treefa5229389ce7992567356db87572a014ea9f032d /src/com/android/browser/IntentHandler.java
parentcaaf540bc9ae738f1b6f27e7012378686124ce6d (diff)
downloadpackages_apps_Browser-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.tar.gz
packages_apps_Browser-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.tar.bz2
packages_apps_Browser-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.zip
Move ComboView to its own activity
Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
Diffstat (limited to 'src/com/android/browser/IntentHandler.java')
-rw-r--r--src/com/android/browser/IntentHandler.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/browser/IntentHandler.java b/src/com/android/browser/IntentHandler.java
index 1a72a23c2..6ed5b7216 100644
--- a/src/com/android/browser/IntentHandler.java
+++ b/src/com/android/browser/IntentHandler.java
@@ -88,7 +88,6 @@ public class IntentHandler {
mController.bookmarksOrHistoryPicker(false);
return;
}
- mController.removeComboView();
// In case the SearchDialog is open.
((SearchManager) mActivity.getSystemService(Context.SEARCH_SERVICE))