Change default to disabled for contact joined notifications.

This commit is contained in:
Evan Hahn 2022-07-27 18:35:14 -05:00 committed by Greyson Parrelli
parent 1eb253562b
commit 39d07c0081

View file

@ -538,7 +538,7 @@ public class TextSecurePreferences {
}
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) {