diff --git a/lib_nbgl/src/nbgl_layout.c b/lib_nbgl/src/nbgl_layout.c index fd3f0a081..c3072bcd8 100644 --- a/lib_nbgl/src/nbgl_layout.c +++ b/lib_nbgl/src/nbgl_layout.c @@ -2893,7 +2893,7 @@ int nbgl_layoutAddExtendedFooter(nbgl_layout_t *layout, const nbgl_layoutFooter_ default: return -2; } -#ifndef TARGET_STAX + // add swipable feature for navigation if ((footerDesc->type == FOOTER_NAV) || (footerDesc->type == FOOTER_TEXT_AND_NAV)) { addSwipeInternal(layoutInt, @@ -2905,7 +2905,6 @@ int nbgl_layoutAddExtendedFooter(nbgl_layout_t *layout, const nbgl_layoutFooter_ ? footerDesc->navigation.tuneId : footerDesc->textAndNav.navigation.tuneId); } -#endif // TARGET_STAX if (footerDesc->separationLine) { line = createHorizontalLine(layoutInt->layer);