mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-24 07:21:49 -05:00
fix crash when moving focus from EncryptKeyCompletionView with unknown text
This commit is contained in:
parent
efb87baf47
commit
1fd35cc23b
@ -101,7 +101,7 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView
|
|||||||
/*if (completionText.startsWith("0x")) {
|
/*if (completionText.startsWith("0x")) {
|
||||||
|
|
||||||
}*/
|
}*/
|
||||||
return null;
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user