Add hint to encrypt field

This commit is contained in:
Dominik Schürmann
2015-12-22 01:52:47 +01:00
parent 35e16b75b2
commit 7e9ce855df
3 changed files with 2 additions and 5 deletions

View File

@@ -88,10 +88,6 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView<KeyItem>
@Override
protected KeyItem defaultObject(String completionText) {
// TODO: We could try to automagically download the key if it's unknown but a key id
/*if (completionText.startsWith("0x")) {
}*/
return null;
}