UX_INIT() works for bagl an nbgl

This commit is contained in:
Jorge Martins
2023-07-18 16:54:20 +02:00
parent 493046e555
commit 7e2cef182b

View File

@@ -978,12 +978,7 @@ void coin_main(libargs_t *args) {
tmpCtx.transactionContext.currentItemIndex = 0;
for (;;) {
#ifdef HAVE_BAGL
UX_INIT();
#endif // HAVE_BAGL
#ifdef HAVE_NBGL
nbgl_objInit();
#endif // HAVE_NBGL
BEGIN_TRY {
TRY {