Moved message signing rejection cancellation from nbgl_useCaseChoice to nbgl_useCaseConfirm

This commit is contained in:
Alexandre Paillier
2023-07-18 10:39:54 +02:00
parent 04c9e890e5
commit f3075b7124
5 changed files with 8 additions and 59 deletions

View File

@@ -11,7 +11,6 @@
void ui_message_review_choice(bool confirm);
void ui_message_start(const char *title,
void (*start_func)(void),
void (*resume_func)(void),
void (*approved_func)(void),
void (*rejected_func)(void));