1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-01 20:08:26 +00:00

fixup! chore(core): show the last passphrase character for a while

This commit is contained in:
Lukas Bielesch 2024-11-25 20:39:02 +01:00
parent 4102127a66
commit 2018df17ec

View File

@ -287,7 +287,9 @@ impl PassphraseEntry {
choice_page: ChoicePage::new(ChoiceFactoryPassphrase::new(ChoiceCategory::Menu, true))
.with_carousel(true)
.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_last_digit: false,
textbox: TextBox::empty(MAX_PASSPHRASE_LENGTH),