mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-21 07:28:46 +00:00
fix(core): handle empty 'info_items' in Caesar 'confirm_value'
[no changelog]
(cherry picked from commit bf2a588a25
)
This commit is contained in:
parent
1dc9942acf
commit
ed89a99fa6
@ -770,7 +770,7 @@ async def confirm_value(
|
||||
if description and value:
|
||||
description += ":"
|
||||
|
||||
if info_items is None:
|
||||
if not info_items:
|
||||
return await raise_if_not_confirmed(
|
||||
trezorui_api.confirm_value(
|
||||
title=title,
|
||||
|
Loading…
Reference in New Issue
Block a user