kopia lustrzana https://github.com/ryukoposting/Signal-Android
Change default to disabled for contact joined notifications.
rodzic
1eb253562b
commit
39d07c0081
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue