1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

cardano: taint pages

Taint pages to ensure the texts are rendered when swiping.
This commit is contained in:
Matúš Juran 2019-03-18 13:34:13 +01:00
parent 67907b6c4c
commit fc46373d89

View File

@ -66,6 +66,7 @@ def create_renderer(confirmation_wrapper):
if page >= page_count:
page = page_count - 1
pages[page].taint()
content = Scrollpage(pages[page], page, page_count)
if page + 1 >= page_count:
return await confirmation_wrapper(content)