Skip to content

Commit

Permalink
fix: codeql issues removal
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Dec 13, 2024
1 parent a3e832f commit 0a26a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/ui/display_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,9 @@ void uiSignCredentialDeploymentVerificationKeyFlowDisplay(volatile unsigned int
}

void startEncryptedTransferDisplay(bool displayMemo) {
displayMemo = false;
// TODO: Implement this
if (displayMemo) {
return;
}
}

void uiSignPublicInformationForIpCompleteDisplay(void) {
Expand Down Expand Up @@ -779,7 +780,6 @@ void startTransferDisplay(bool displayMemo, volatile unsigned int *flags) {
review_choice_sign);

*flags |= IO_ASYNCH_REPLY;
displayMemo = false;
}

void uiSignTransferToEncryptedDisplay(volatile unsigned int *flags) {
Expand Down

0 comments on commit 0a26a21

Please sign in to comment.