1
0
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:
matejcik 2020-08-05 14:22:06 +02:00
parent 16827c3135
commit cea634158a

View File

@ -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."""