core: make sure Homescreen is properly initialized (fixes #1095)

pull/1155/head
matejcik 4 years ago
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…
Cancel
Save