summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/Tab.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/Tab.java')
-rw-r--r--src/com/android/browser/Tab.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java
index d4d6cba9..2254e4ae 100644
--- a/src/com/android/browser/Tab.java
+++ b/src/com/android/browser/Tab.java
@@ -741,7 +741,7 @@ class Tab implements PictureListener {
if (getWebView() != null) {
if (fullScreen)
getWebView().updateTopControls(true, false, true);
- else if (!mSettings.useQuickControls())
+ else
getWebView().updateTopControls(true, true, true);
}