From e4562d49b82709edc7b3474c15ae30d55fde1fcf Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Mon, 24 Feb 2025 11:06:36 +0100 Subject: [PATCH] Adapt code --- src/handle_swap_sign_transaction.c | 2 +- src_features/signTx/logic_signTx.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/handle_swap_sign_transaction.c b/src/handle_swap_sign_transaction.c index 7e2608cd1..e3dff7f7a 100644 --- a/src/handle_swap_sign_transaction.c +++ b/src/handle_swap_sign_transaction.c @@ -157,7 +157,7 @@ void __attribute__((noreturn)) handle_swap_sign_transaction(const chain_config_t storage_init(); -#ifdef HAVE_NBGL +#ifdef SCREEN_SIZE_WALLET nbgl_useCaseSpinner("Signing"); #endif // HAVE_NBGL diff --git a/src_features/signTx/logic_signTx.c b/src_features/signTx/logic_signTx.c index 03bc1888b..ffc629440 100644 --- a/src_features/signTx/logic_signTx.c +++ b/src_features/signTx/logic_signTx.c @@ -640,7 +640,6 @@ uint16_t finalize_parsing(const txContext_t *context) { // If called from swap, the user has already validated a standard transaction // And we have already checked the fields of this transaction above if (G_called_from_swap && g_use_standard_ui) { - ui_idle(); io_seproxyhal_touch_tx_ok(); } else { #ifdef HAVE_BAGL