1
0
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:
M1nd3r 2024-11-18 15:50:44 +01:00
parent e071e9909b
commit c241d39ea8

View File

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