mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-03 04:58:25 +00:00
fixup! chore(core): show the last passphrase character for a while
This commit is contained in:
parent
4102127a66
commit
2018df17ec
@ -287,7 +287,9 @@ impl PassphraseEntry {
|
|||||||
choice_page: ChoicePage::new(ChoiceFactoryPassphrase::new(ChoiceCategory::Menu, true))
|
choice_page: ChoicePage::new(ChoiceFactoryPassphrase::new(ChoiceCategory::Menu, true))
|
||||||
.with_carousel(true)
|
.with_carousel(true)
|
||||||
.with_initial_page_counter(random_menu_position()),
|
.with_initial_page_counter(random_menu_position()),
|
||||||
passphrase_dots: Child::new(ChangingTextLine::center_mono("", MAX_PASSPHRASE_LENGTH)),
|
passphrase_dots: Child::new(
|
||||||
|
ChangingTextLine::center_mono("", MAX_PASSPHRASE_LENGTH).without_ellipsis(),
|
||||||
|
),
|
||||||
show_plain_passphrase: false,
|
show_plain_passphrase: false,
|
||||||
show_last_digit: false,
|
show_last_digit: false,
|
||||||
textbox: TextBox::empty(MAX_PASSPHRASE_LENGTH),
|
textbox: TextBox::empty(MAX_PASSPHRASE_LENGTH),
|
||||||
|
Loading…
Reference in New Issue
Block a user