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() {
|
||||
return mPreferences.getBoolean(CLASSIC_NOTIFICATION, true);
|
||||
return mPreferences.getBoolean(CLASSIC_NOTIFICATION, false);
|
||||
}
|
||||
|
||||
public void setClassicNotification(final boolean value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue