Stax: Adapt for API LEVEL 14 (#499)

This commit is contained in:
abonnaudet-ledger
2023-11-21 16:59:31 +01:00
committed by GitHub
parent 6212f2eeaa
commit d8da84da65
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,8 @@ static bool display_review_page(uint8_t page, nbgl_pageContent_t *content) {
strings.tmp.tmp,
SCREEN_WIDTH - (2 * BORDER_MARGIN),
NB_MAX_LINES_IN_REVIEW,
&len);
&len,
false);
strings.tmp.tmp[len] = '\0';
pair.item = strings.tmp.tmp2;