Enable non-blocking safety number changes

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2016-11-11 19:07:35 -08:00
parent 9064c02fa8
commit 0abe56171a
4 changed files with 12 additions and 13 deletions

View File

@@ -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) {