Skip to content

Commit

Permalink
[revert] Removing NFC/CTAP2 RP/user information display as it appears…
Browse files Browse the repository at this point in the history
… buggy
  • Loading branch information
lpascal-ledger committed Oct 9, 2024
1 parent fe8cbe5 commit 880d7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ else
DEFINES += RK_SIZE=6144
endif

DEFINES += HAVE_DEBUG_THROWS
#DEFINES += HAVE_DEBUG_THROWS
#DEFINES += HAVE_CBOR_DEBUG


Expand Down
3 changes: 2 additions & 1 deletion src/ui_shared_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ void app_nbgl_status(const char *message, bool is_success, nbgl_callback_t on_qu
.centeredInfo.style = LARGE_CASE_INFO,
.centeredInfo.text1 = message,
.centeredInfo.text2 = NULL,
.centeredInfo.text3 = g.display_status[0] == 0 ? NULL : &g.display_status[0],
.centeredInfo.text3 = NULL,
/* .centeredInfo.text3 = g.display_status[0] == 0 ? NULL : &g.display_status[0], */
.tapActionText = NULL,
.tapActionToken = QUIT_TOKEN,
.topRightStyle = NO_BUTTON_STYLE,
Expand Down

0 comments on commit 880d7c0

Please sign in to comment.