Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib_nbgl/src/nbgl_page.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ static void addContent(nbgl_pageContent_t *content,
nbgl_contentCenter_t centeredInfo = {0};
nbgl_layoutButton_t buttonInfo;

if (!headerAdded) {
addEmptyHeader(layout, SMALL_CENTERING_HEADER);
}

centeredInfo.icon = content->infoButton.icon;
centeredInfo.title = content->infoButton.text;
centeredInfo.illustrType = ICON_ILLUSTRATION;
Expand Down
Loading