correctly preserve state in EncryptFilesFragment

This commit is contained in:
Vincent Breitmoser
2015-05-27 22:55:36 +02:00
parent 8dc9773c1e
commit 56a75774d0
3 changed files with 38 additions and 9 deletions

View File

@@ -22,13 +22,11 @@
<item
android:id="@+id/check_enable_compression"
android:title="@string/label_enable_compression"
android:checked="true"
android:checkable="true" />
<item
android:id="@+id/check_encrypt_filenames"
android:title="@string/label_encrypt_filenames"
android:checked="true"
android:checkable="true" />
<item