mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 20:11:00 +00:00
fix(core/ui): fix paginated data size mismatch
This commit is contained in:
parent
bdb4c51084
commit
f408cdbc4d
1
core/.changelog.d/4302.fixed
Normal file
1
core/.changelog.d/4302.fixed
Normal file
@ -0,0 +1 @@
|
||||
[T3B1] Fix data size mismatch when confirming a blob.
|
@ -601,7 +601,7 @@ async def _confirm_ask_pagination(
|
||||
confirm_more_layout = trezorui2.confirm_more(
|
||||
title=title,
|
||||
button=TR.buttons__confirm,
|
||||
items=[(ui.BOLD_UPPER, f"Size: {len(data)} bytes"), (ui.MONO, data)],
|
||||
items=[(ui.NORMAL, description), (ui.MONO, data)],
|
||||
)
|
||||
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user