1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 15:08:19 +00:00

WIP - comment out LoadingAnimation not to cause FirmwareError on hardware

This commit is contained in:
grdddj 2023-01-12 13:24:52 +01:00
parent 87a9d2f804
commit 3549c0fd10

View File

@ -45,7 +45,7 @@ async def reset_device(ctx: Context, msg: ResetDevice) -> Success:
else:
prompt = text_r("Do you want to create\na new wallet?")
await confirm_reset_device(ctx, prompt, show_tutorial=bool(msg.show_tutorial))
await LoadingAnimation()
# await LoadingAnimation()
# wipe storage to make sure the device is in a clear state
storage.reset()