Fix incorrect default setting and duplicated option
This commit is contained in:
parent
964de0e720
commit
46aef2628d
2 changed files with 1 additions and 7 deletions
|
|
@ -152,7 +152,7 @@ public final class PreferenceUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
public final boolean classicNotification() {
|
public final boolean classicNotification() {
|
||||||
return mPreferences.getBoolean(CLASSIC_NOTIFICATION, true);
|
return mPreferences.getBoolean(CLASSIC_NOTIFICATION, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setClassicNotification(final boolean value) {
|
public void setClassicNotification(final boolean value) {
|
||||||
|
|
|
||||||
|
|
@ -14,12 +14,6 @@
|
||||||
android:summary="@string/accent_color_desc"
|
android:summary="@string/accent_color_desc"
|
||||||
android:title="@string/accent_color" />
|
android:title="@string/accent_color" />
|
||||||
|
|
||||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
||||||
android:defaultValue="true"
|
|
||||||
android:key="colored_notification"
|
|
||||||
android:summary="@string/pref_summary_colored_notification"
|
|
||||||
android:title="@string/pref_title_colored_notification" />
|
|
||||||
|
|
||||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="should_color_navigation_bar"
|
android:key="should_color_navigation_bar"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue