Remove TODO

This commit is contained in:
J-Jamet
2018-04-20 16:03:10 +02:00
parent e62f8bf56b
commit 544648c2eb
2 changed files with 2 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ public class PwDatabaseV3 extends PwDatabase<PwGroupV3, PwEntryV3> {
} else if (keyInputStream != null) { // key == null
return getFileKey(keyInputStream);
} else {
throw new IllegalArgumentException("Key cannot be empty."); // TODO Verify
throw new IllegalArgumentException("Key cannot be empty.");
}
}

View File

@@ -107,7 +107,7 @@
<bool name="sort_recycle_bin_bottom_default" translatable="false">true</bool>
<bool name="monospace_font_fields_enable_default" translatable="false">true</bool>
<bool name="auto_open_file_uri_default" translatable="false">true</bool>
<bool name="allow_copy_password_default" translatable="false">true</bool> <!-- TODO To change after implementing the way to enter password < O -->
<bool name="allow_copy_password_default" translatable="false">true</bool>
<bool name="education_create_db_default" translatable="false">false</bool>
<bool name="education_select_db_default" translatable="false">false</bool>
<bool name="education_open_link_db_default" translatable="false">false</bool>