mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
fix crash when moving focus from EncryptKeyCompletionView with unknown text
This commit is contained in:
parent
cd55871950
commit
8ab49b0766
@ -101,7 +101,7 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView
|
|||||||
/*if (completionText.startsWith("0x")) {
|
/*if (completionText.startsWith("0x")) {
|
||||||
|
|
||||||
}*/
|
}*/
|
||||||
return null;
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user