Also invert copy_on_decrypt preference value (#1024)

Fixes: e0350043d0 ("Disable automatic copy on decrypt by default (#1006)")
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-16 21:51:13 +05:30 committed by GitHub
parent 2ffd1abb27
commit 12f6caef37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@
app:summary="@string/show_extra_content_pref_summary"
app:title="@string/show_extra_content_pref_title" />
<CheckBoxPreference
app:defaultValue="true"
app:defaultValue="false"
app:dialogTitle="@string/pref_copy_dialog_title"
app:key="copy_on_decrypt"
app:summary="@string/pref_copy_dialog_title"