Skip to content

Commit

Permalink
fix merge conflicts with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Sep 23, 2024
1 parent 3c5a856 commit 8fa2b61
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions app/src/apdu_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ static void init_blind_stream(void);
static void handle_data_apdu(command_t *cmd);
static void handle_data_apdu_clear(command_t *cmd);
static void handle_data_apdu_blind(void);
#ifdef HAVE_BAGL
static void pass_from_clear_to_summary(void);
#ifdef HAVE_BAGL
static void init_too_many_screens_stream(void);
#endif
#ifdef HAVE_NBGL
Expand Down Expand Up @@ -331,6 +331,7 @@ refill_blo_done(void)
TZ_SUCCEED();
}

#ifdef HAVE_BAGL
if (global.step == ST_SUMMARY_SIGN) {
if (N_settings.blindsign_status == ST_BLINDSIGN_LARGE_TX) {
init_too_many_screens_stream();
Expand All @@ -339,12 +340,17 @@ refill_blo_done(void)
}
TZ_SUCCEED();
}

#ifdef HAVE_BAGL
tz_ui_stream_push_accept_reject();
#endif
tz_ui_stream_close();

#ifdef HAVE_NBGL
if (global.step == ST_SUMMARY_SIGN) {
init_summary_stream();
TZ_SUCCEED();
}
#endif

tz_ui_stream_close();
TZ_POSTAMBLE;
}

Expand Down

0 comments on commit 8fa2b61

Please sign in to comment.