Change default to disabled for contact joined notifications.
This commit is contained in:
parent
1eb253562b
commit
39d07c0081
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ public class TextSecurePreferences {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isNewContactsNotificationEnabled(Context context) {
|
public static boolean isNewContactsNotificationEnabled(Context context) {
|
||||||
return getBooleanPreference(context, NEW_CONTACTS_NOTIFICATIONS, true);
|
return getBooleanPreference(context, NEW_CONTACTS_NOTIFICATIONS, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static long getRatingLaterTimestamp(Context context) {
|
public static long getRatingLaterTimestamp(Context context) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue