1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-22 04:12:08 +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() { 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() { public boolean isChromeCustomTabsEnabled() {

View file

@ -82,7 +82,7 @@
android:title="@string/pref_title__font_size"/> android:title="@string/pref_title__font_size"/>
<CheckBoxPreference <CheckBoxPreference
android:defaultValue="false" android:defaultValue="true"
android:key="@string/pref_key__intellihide_toolbars" android:key="@string/pref_key__intellihide_toolbars"
android:summary="@string/pref_desc__intellihide_toolbars" android:summary="@string/pref_desc__intellihide_toolbars"
android:title="@string/pref_title__intellihide_toolbars"/> android:title="@string/pref_title__intellihide_toolbars"/>