mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-26 00:18:15 +00:00
cardano: taint pages
Taint pages to ensure the texts are rendered when swiping.
This commit is contained in:
parent
67907b6c4c
commit
fc46373d89
@ -66,6 +66,7 @@ def create_renderer(confirmation_wrapper):
|
|||||||
if page >= page_count:
|
if page >= page_count:
|
||||||
page = page_count - 1
|
page = page_count - 1
|
||||||
|
|
||||||
|
pages[page].taint()
|
||||||
content = Scrollpage(pages[page], page, page_count)
|
content = Scrollpage(pages[page], page, page_count)
|
||||||
if page + 1 >= page_count:
|
if page + 1 >= page_count:
|
||||||
return await confirmation_wrapper(content)
|
return await confirmation_wrapper(content)
|
||||||
|
Loading…
Reference in New Issue
Block a user