core/ui: remove workaround, fixed properly in c9096d9

pull/388/head
Jan Pochyla 5 years ago
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…
Cancel
Save