fix crash when moving focus from EncryptKeyCompletionView with unknown text

This commit is contained in:
Vincent Breitmoser 2015-04-28 18:21:51 +02:00
parent cd55871950
commit 8ab49b0766

View file

@ -101,7 +101,7 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView
/*if (completionText.startsWith("0x")) {
}*/
return null;
return "";
}
@Override