Skip to content

Commit 9d984d8

Browse files
committed
fix(app): Decryption ui
1 parent 2c9c7b1 commit 9d984d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/card_operations/card_fetch_decrypt_data.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ card_error_type_e card_fetch_decrypt_data(const uint8_t *wallet_id,
107107
card_operation_data_t card_data = {0};
108108

109109
char wallet_name[NAME_SIZE] = "";
110-
#if USE_SIMULATOR == 0
111-
card_fetch_wallet_name(wallet_id, wallet_name);
112-
#endif
113110

114111
instruction_scr_init(ui_text_place_card_below, ui_text_tap_1_2_cards);
115112

0 commit comments

Comments
 (0)