mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 21:10:57 +00:00
fixup! fixup! chore(core): update core to reflect cache and context refactor [no changelog]
This commit is contained in:
parent
e071e9909b
commit
c241d39ea8
@ -218,7 +218,7 @@ class Layout(Generic[T]):
|
||||
set_current_layout(self)
|
||||
|
||||
# save context
|
||||
self.context = context.get_context()
|
||||
self.context = context.CURRENT_CONTEXT
|
||||
|
||||
# attach a timer callback and paint self
|
||||
self._event(self.layout.attach_timer_fn, self._set_timer, transition_in)
|
||||
|
Loading…
Reference in New Issue
Block a user