1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 03:18:09 +00:00

src/trezor/ui/passphrase: fix removing last character

This commit is contained in:
Jan Pochyla 2018-03-01 05:08:31 +01:00
parent 144e2013bd
commit f74cbead5e

View File

@ -163,6 +163,7 @@ class PassphraseKeyboard(ui.Widget):
self.back.enable() self.back.enable()
else: else:
self.back.disable() self.back.disable()
self.prompt.taint()
async def __iter__(self): async def __iter__(self):
self.edit(self.input.content) # init button state self.edit(self.input.content) # init button state