mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 13:13:44 +00:00
Enable non-blocking safety number changes
// FREEBIE
This commit is contained in:
@@ -115,8 +115,7 @@ public class TextSecurePreferences {
|
||||
}
|
||||
|
||||
public static boolean isBlockingIdentityUpdates(Context context) {
|
||||
return true;
|
||||
// return getBooleanPreference(context, BLOCKING_IDENTITY_CHANGES_PREF, false);
|
||||
return getBooleanPreference(context, BLOCKING_IDENTITY_CHANGES_PREF, false);
|
||||
}
|
||||
|
||||
public static void setBlockingIdentityUpdates(Context context, boolean value) {
|
||||
|
||||
Reference in New Issue
Block a user