From 7933616836faad151b14eaacec66e2381b56daa8 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Mon, 18 Nov 2024 15:50:44 +0100 Subject: [PATCH] fixup! fixup! chore(core): update core to reflect cache and context refactor [no changelog] --- core/src/trezor/ui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/trezor/ui/__init__.py b/core/src/trezor/ui/__init__.py index 67489712f1..c0e4e51b9c 100644 --- a/core/src/trezor/ui/__init__.py +++ b/core/src/trezor/ui/__init__.py @@ -214,7 +214,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)