1
0
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:
Roman Zeyde 2025-05-05 14:57:12 +03:00 committed by Ioan Bizău
parent 1dc9942acf
commit ed89a99fa6

View File

@ -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,