mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
core: make sure Homescreen is properly initialized (fixes #1095)
This commit is contained in:
parent
16827c3135
commit
cea634158a
@ -10,6 +10,7 @@ class HomescreenBase(ui.Layout):
|
||||
self.image = storage.device.get_homescreen() or res.load(
|
||||
"apps/homescreen/res/bg.toif"
|
||||
)
|
||||
self.repaint = True
|
||||
|
||||
def on_tap(self) -> None:
|
||||
"""Called when the user taps the screen."""
|
||||
|
Loading…
Reference in New Issue
Block a user