Update AppSettings.java

This commit is contained in:
Gregor Santner 2016-09-20 23:55:50 +02:00 committed by GitHub
parent a086923804
commit b12e021e99
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public class AppSettings {
}
public boolean isIntellihideToolbars() {
return getBoolean(prefApp, R.string.pref_key__intellihide_toolbars, true);
return getBoolean(prefApp, R.string.pref_key__intellihide_toolbars, false);
}
public boolean isChromeCustomTabsEnabled() {