Remove stale identity approval preference (no longer used)

Fixes #6745
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-06-19 09:27:35 -07:00
parent 1c8077a7fe
commit 8208bbf3c0
2 changed files with 0 additions and 15 deletions

View File

@@ -34,12 +34,6 @@
<PreferenceCategory android:layout="@layout/preference_divider"/>
<PreferenceCategory android:title="@string/preferences_app_protection__communication">
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="false"
android:key="pref_approve_identity_changes"
android:title="@string/preferences_app_protection__safety_numbers_approval"
android:summary="@string/preferences_app_protecting__require_approval_of_new_safety_numbers_when_they_change"/>
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="false"
android:key="pref_turn_only"