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:
parent
87a9d2f804
commit
3549c0fd10
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user