1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +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 Jiří Musil
parent 1b08be0186
commit 30ddabc15b
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,
),