File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ static bool display_message(nbgl_pageContent_t *content) {
46
46
reached = nbgl_getTextMaxLenInNbLines (BAGL_FONT_INTER_MEDIUM_32px ,
47
47
(char * ) g_stax_shared_buffer ,
48
48
SCREEN_WIDTH - (2 * BORDER_MARGIN ),
49
- 9 ,
49
+ NB_MAX_LINES_IN_REVIEW ,
50
50
& len );
51
51
52
52
stringsTmpTmpIdx = len - eip191MessageIdx ;
@@ -71,7 +71,7 @@ static bool display_message(nbgl_pageContent_t *content) {
71
71
content -> tagValueList .nbPairs = 1 ;
72
72
content -> tagValueList .pairs = & pair ;
73
73
content -> tagValueList .smallCaseForValue = false;
74
- content -> tagValueList .nbMaxLinesForValue = 9 ;
74
+ content -> tagValueList .nbMaxLinesForValue = NB_MAX_LINES_IN_REVIEW ;
75
75
content -> tagValueList .wrapping = false;
76
76
77
77
if ((g_action != UI_191_ACTION_IDLE ) && (stringsTmpTmpIdx >= strlen (strings .tmp .tmp ))) {
You can’t perform that action at this time.
0 commit comments