1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

fix(core): more info button on shamir recovery screen

chore(core): add changelog
This commit is contained in:
conduition 2023-08-15 22:27:45 +00:00 committed by grdddj
parent a41a8c5f87
commit c53bd1aed6
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fix more info button on shamir recovery screen.

View File

@ -1477,7 +1477,7 @@ extern "C" fn new_show_remaining_shares(n_args: usize, args: *const Obj, kwargs:
SwipePage::new(
paragraphs.into_paragraphs(),
theme::button_bar(Button::with_text("CONTINUE").map(|msg| {
(matches!(msg, ButtonMsg::Clicked)).then(|| CancelConfirmMsg::Confirmed)
(matches!(msg, ButtonMsg::Clicked)).then(|| CancelConfirmMsg::Cancelled)
})),
theme::BG,
),