Skip to content

Commit 7a19096

Browse files
committed
fw/apps/prf/recovery_first_use: do not adjust name font size for Asterix
Regardless of first use or not, Asterix always shows the same QR so font size for the name field needs to remain at 14. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 0067849 commit 7a19096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fw/apps/prf_apps/recovery_first_use_app/recovery_first_use_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ static void prv_update_name_text(RecoveryFUAppData *data) {
279279
text_layer_set_text(&data->name_text_layer, data->name_text_buffer);
280280

281281
// Set the name font
282-
#if !PLATFORM_ROBERT && !PLATFORM_CALCULUS
282+
#if !PLATFORM_ROBERT && !PLATFORM_CALCULUS && !PLATFORM_ASTERIX
283283
const bool first_use_is_complete = shared_prf_storage_get_getting_started_complete();
284284
const char *name_font_key;
285285
if (first_use_is_complete || data->has_pebble_mobile_app_connected || data->is_showing_version) {

0 commit comments

Comments
 (0)