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:
parent
1b08be0186
commit
30ddabc15b
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(
|
SwipePage::new(
|
||||||
paragraphs.into_paragraphs(),
|
paragraphs.into_paragraphs(),
|
||||||
theme::button_bar(Button::with_text("CONTINUE").map(|msg| {
|
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,
|
theme::BG,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user