From 3549c0fd10b6775f4aa09fe26bea05c07ca187f4 Mon Sep 17 00:00:00 2001 From: grdddj Date: Thu, 12 Jan 2023 13:24:52 +0100 Subject: [PATCH] WIP - comment out LoadingAnimation not to cause FirmwareError on hardware --- core/src/apps/management/reset_device/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/apps/management/reset_device/__init__.py b/core/src/apps/management/reset_device/__init__.py index 1ab8b632a1..fb95c97354 100644 --- a/core/src/apps/management/reset_device/__init__.py +++ b/core/src/apps/management/reset_device/__init__.py @@ -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()