Reduce size of menus
Bug: 5452031
Change-Id: I3cc638b981e50796293b0f61dac2d93b8e3df1a0
diff --git a/src/com/android/browser/IntentHandler.java b/src/com/android/browser/IntentHandler.java
index c76197d..e5ddb47 100644
--- a/src/com/android/browser/IntentHandler.java
+++ b/src/com/android/browser/IntentHandler.java
@@ -32,6 +32,7 @@
import android.text.TextUtils;
import android.util.Patterns;
+import com.android.browser.UI.ComboViews;
import com.android.browser.search.SearchEngine;
import com.android.common.Search;
import com.android.common.speech.LoggingEvents;
@@ -85,7 +86,7 @@
return;
}
if (BrowserActivity.ACTION_SHOW_BOOKMARKS.equals(action)) {
- mController.bookmarksOrHistoryPicker(false);
+ mController.bookmarksOrHistoryPicker(ComboViews.Bookmarks);
return;
}