Fix debug screen security default (#1256)

This commit is contained in:
Andrew
2023-06-30 10:05:32 +09:30
committed by GitHub
parent b9f24bc4bd
commit c039eb89bc
4 changed files with 7 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<!-- TODO: check figure out what is needed for this -->
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="true"
android:defaultValue="@bool/screen_security_default"
android:key="pref_screen_security"
android:title="@string/preferences__screen_security"
android:summary="@string/preferences__disable_screen_security_to_allow_screen_shots" />