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()