diff --git a/lib_nbgl/src/nbgl_page.c b/lib_nbgl/src/nbgl_page.c index 804cc7778..0f3de8054 100644 --- a/lib_nbgl/src/nbgl_page.c +++ b/lib_nbgl/src/nbgl_page.c @@ -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;