1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-21 20:02:07 +01:00

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

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() {