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:
parent
5b6fa1136a
commit
943ed73166
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user