1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-24 07:28:34 +00:00

WIP - regenerate fixtures.json

This commit is contained in:
grdddj 2023-01-17 16:55:06 +01:00
parent 4e9167668c
commit d6ef1d0f8c
2 changed files with 1026 additions and 1025 deletions

View File

@ -190,6 +190,7 @@ class RustLayout(ui.Layout):
def __init__(self, layout: Any):
self.layout = layout
self.timer = loop.Timer()
self.layout.attach_timer_fn(self.set_timer)
def set_timer(self, token: int, deadline: int) -> None:
self.timer.schedule(deadline, token)

File diff suppressed because it is too large Load Diff