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:
parent
a41a8c5f87
commit
c53bd1aed6
1
core/.changelog.d/3218.fixed
Normal file
1
core/.changelog.d/3218.fixed
Normal file
@ -0,0 +1 @@
|
||||
Fix more info button on shamir recovery screen.
|
@ -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,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user