commit | 3bec6a3b7fe6dd30e9dd2a2065ffca19ff6af542 | [log] [tgz] |
---|---|---|
author | Vivek Sekhar <vsekhar@codeaurora.org> | Wed Oct 22 17:03:42 2014 -0700 |
committer | Vivek Sekhar <vsekhar@codeaurora.org> | Thu Oct 23 11:14:07 2014 -0700 |
tree | b9a75dba5245a4ee39ccc0d5163e9f93acd57a30 | |
parent | 46c3ec0fec8a2fc53619cead8dae5edbae2a6f3a [diff] [blame] |
Remove quick controls Change-Id: I0fa64f0fcd800db0c8d5c91dcbbcc265f4d8eb48
diff --git a/src/com/android/browser/NavigationBarTablet.java b/src/com/android/browser/NavigationBarTablet.java index ebe40ea..a965e0a 100644 --- a/src/com/android/browser/NavigationBarTablet.java +++ b/src/com/android/browser/NavigationBarTablet.java
@@ -229,11 +229,7 @@ showNavButtons(); } showHideStar(mUiController.getCurrentTab()); - if (mTitleBar.useQuickControls()) { - mSearchButton.setVisibility(View.GONE); - } else { - mSearchButton.setVisibility(View.VISIBLE); - } + mSearchButton.setVisibility(View.VISIBLE); updateUrlIcon(); } mUrlContainer.setBackgroundDrawable(focus