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/Tab.java b/src/com/android/browser/Tab.java index d4d6cba..2254e4a 100644 --- a/src/com/android/browser/Tab.java +++ b/src/com/android/browser/Tab.java
@@ -741,7 +741,7 @@ if (getWebView() != null) { if (fullScreen) getWebView().updateTopControls(true, false, true); - else if (!mSettings.useQuickControls()) + else getWebView().updateTopControls(true, true, true); }