Skip to content

Commit

Permalink
lib_standard_app: Add spinner screen for stax exchange SIGN_TRANSACTI…
Browse files Browse the repository at this point in the history
…ON command

(cherry picked from commit 47532e9)
  • Loading branch information
Xavier Chapron committed Sep 1, 2023
1 parent dba106b commit 3b26351
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib_standard_app/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

#ifdef HAVE_SWAP
#include "swap.h"

#ifdef HAVE_NBGL
#include "nbgl_use_case.h"
#endif // HAVE_NBGL
#endif // HAVE_SWAP

ux_state_t G_ux;
Expand Down Expand Up @@ -110,6 +114,10 @@ static void library_app_main(libargs_t *args) {

common_app_init();

#ifdef HAVE_NBGL
nbgl_useCaseSpinner("Signing");
#endif // HAVE_NBGL

app_main();
}
break;
Expand Down

0 comments on commit 3b26351

Please sign in to comment.