summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/NavigationBarTablet.java
diff options
context:
space:
mode:
authorVivek Sekhar <vsekhar@codeaurora.org>2014-10-22 17:03:42 -0700
committerVivek Sekhar <vsekhar@codeaurora.org>2014-10-23 11:14:07 -0700
commit3bec6a3b7fe6dd30e9dd2a2065ffca19ff6af542 (patch)
treeb9a75dba5245a4ee39ccc0d5163e9f93acd57a30 /src/com/android/browser/NavigationBarTablet.java
parent46c3ec0fec8a2fc53619cead8dae5edbae2a6f3a (diff)
downloadandroid_packages_apps_Gello-3bec6a3b7fe6dd30e9dd2a2065ffca19ff6af542.tar.gz
android_packages_apps_Gello-3bec6a3b7fe6dd30e9dd2a2065ffca19ff6af542.tar.bz2
android_packages_apps_Gello-3bec6a3b7fe6dd30e9dd2a2065ffca19ff6af542.zip
Remove quick controls
Change-Id: I0fa64f0fcd800db0c8d5c91dcbbcc265f4d8eb48
Diffstat (limited to 'src/com/android/browser/NavigationBarTablet.java')
-rw-r--r--src/com/android/browser/NavigationBarTablet.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/com/android/browser/NavigationBarTablet.java b/src/com/android/browser/NavigationBarTablet.java
index ebe40eaa..a965e0a7 100644
--- a/src/com/android/browser/NavigationBarTablet.java
+++ b/src/com/android/browser/NavigationBarTablet.java
@@ -229,11 +229,7 @@ public class NavigationBarTablet extends NavigationBarBase implements StateListe
showNavButtons();
}
showHideStar(mUiController.getCurrentTab());
- if (mTitleBar.useQuickControls()) {
- mSearchButton.setVisibility(View.GONE);
- } else {
- mSearchButton.setVisibility(View.VISIBLE);
- }
+ mSearchButton.setVisibility(View.VISIBLE);
updateUrlIcon();
}
mUrlContainer.setBackgroundDrawable(focus