1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-15 08:41:10 +01:00

Switched intellihide toolbars on by default

This commit is contained in:
vanitasvitae 2016-10-14 13:07:07 +02:00
parent 8e852d7ff2
commit f76207e75b
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
2 changed files with 2 additions and 2 deletions

View file

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