Disabled colored Navigation Bar by default.
This commit is contained in:
parent
9ab4cde93c
commit
93e1a9410e
3 changed files with 3 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ public final class PreferenceUtil {
|
|||
}
|
||||
|
||||
public final boolean shouldUseColoredNavigationBar() {
|
||||
return mPreferences.getBoolean(COLORED_NAVIGATION_BAR, true);
|
||||
return mPreferences.getBoolean(COLORED_NAVIGATION_BAR, false);
|
||||
}
|
||||
|
||||
@SuppressLint("CommitPrefEdits")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue