diff --git a/src/ui_shared.c b/src/ui_shared.c index 748f1e84..5a6bd6c4 100644 --- a/src/ui_shared.c +++ b/src/ui_shared.c @@ -249,9 +249,9 @@ static void controls_callback(int token, uint8_t index, int page) { * When no NFC, warning status page */ -#ifdef TARGET_STAX +#if defined(TARGET_STAX) && API_LEVEL <= 15 #define C_Info_32px C_info_i_32px -#endif // TARGET_STAX +#endif // defined(TARGET_STAX) && API_LEVEL <= 15 static const nbgl_pageInfoDescription_t nfc_info = { .centeredInfo.icon = &INFO_I_ICON, diff --git a/tests/speculos/snapshots/nanos/test_fido_screens_settings/00002.png b/tests/speculos/snapshots/nanos/test_fido_screens_settings/00002.png index 860165da..2d8c4166 100644 Binary files a/tests/speculos/snapshots/nanos/test_fido_screens_settings/00002.png and b/tests/speculos/snapshots/nanos/test_fido_screens_settings/00002.png differ diff --git a/tests/speculos/snapshots/nanos/test_u2f_screens_idle/00002.png b/tests/speculos/snapshots/nanos/test_u2f_screens_idle/00002.png index 860165da..2d8c4166 100644 Binary files a/tests/speculos/snapshots/nanos/test_u2f_screens_idle/00002.png and b/tests/speculos/snapshots/nanos/test_u2f_screens_idle/00002.png differ diff --git a/tests/speculos/snapshots/nanosp/test_fido_screens_settings/00002.png b/tests/speculos/snapshots/nanosp/test_fido_screens_settings/00002.png index 20aa4b29..3979e06f 100644 Binary files a/tests/speculos/snapshots/nanosp/test_fido_screens_settings/00002.png and b/tests/speculos/snapshots/nanosp/test_fido_screens_settings/00002.png differ diff --git a/tests/speculos/snapshots/nanosp/test_u2f_screens_idle/00002.png b/tests/speculos/snapshots/nanosp/test_u2f_screens_idle/00002.png index 20aa4b29..3979e06f 100644 Binary files a/tests/speculos/snapshots/nanosp/test_u2f_screens_idle/00002.png and b/tests/speculos/snapshots/nanosp/test_u2f_screens_idle/00002.png differ diff --git a/tests/speculos/snapshots/nanox/test_fido_screens_settings/00002.png b/tests/speculos/snapshots/nanox/test_fido_screens_settings/00002.png index 20aa4b29..3979e06f 100644 Binary files a/tests/speculos/snapshots/nanox/test_fido_screens_settings/00002.png and b/tests/speculos/snapshots/nanox/test_fido_screens_settings/00002.png differ diff --git a/tests/speculos/snapshots/nanox/test_u2f_screens_idle/00002.png b/tests/speculos/snapshots/nanox/test_u2f_screens_idle/00002.png index 20aa4b29..3979e06f 100644 Binary files a/tests/speculos/snapshots/nanox/test_u2f_screens_idle/00002.png and b/tests/speculos/snapshots/nanox/test_u2f_screens_idle/00002.png differ