mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
Update AppSettings.java
This commit is contained in:
parent
a086923804
commit
b12e021e99
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue