diff --git a/src/trezor/ui/keyboard.py b/src/trezor/ui/keyboard.py index b027edfbf..022b8fdae 100644 --- a/src/trezor/ui/keyboard.py +++ b/src/trezor/ui/keyboard.py @@ -110,7 +110,7 @@ class MnemonicKeyboard(ui.Widget): if self.input.touch(event, pos) == BTN_CLICKED: # input press, either auto-complete or confirm - if content == word: + if word and content == word: self.edit('') return content else: