fix crash when moving focus from EncryptKeyCompletionView with unknown text
This commit is contained in:
@@ -101,7 +101,7 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView
|
||||
/*if (completionText.startsWith("0x")) {
|
||||
|
||||
}*/
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user