1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-23 13:51:00 +00:00

core/ui: remove workaround, fixed properly in c9096d9

This commit is contained in:
Jan Pochyla 2019-08-06 15:43:17 +02:00
parent 5b6fa1136a
commit 943ed73166

View File

@ -208,8 +208,6 @@ async def homescreen_dialog(
ctx: wire.Context, homepage: RecoveryHomescreen, button_label: str
) -> None:
while True:
# make sure the homepage gets painted, even after cancelling the dialog
homepage.repaint = True
continue_recovery = await confirm(
ctx,
homepage,