mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Change default to disabled for contact joined notifications.
This commit is contained in:
committed by
Greyson Parrelli
parent
1eb253562b
commit
39d07c0081
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user