Now uses macros for NBGL contstant texts

This commit is contained in:
Alexandre Paillier
2023-07-18 10:44:20 +02:00
parent 9396ae81d7
commit 779fc4b61d
12 changed files with 63 additions and 43 deletions

View File

@@ -1,4 +1,5 @@
#include "common_ui.h"
#include "ui_signing.h"
#include "ui_nbgl.h"
#include "network.h"
@@ -61,7 +62,7 @@ static void buildScreen(void) {
nbgl_useCaseReviewStart(get_app_icon(true),
staxSharedBuffer,
NULL,
"Reject",
REJECT_BUTTON,
reviewContinue,
reviewReject);
}