diff --git a/core/src/apps/homescreen/__init__.py b/core/src/apps/homescreen/__init__.py index b5de83e6de..0b925cae79 100644 --- a/core/src/apps/homescreen/__init__.py +++ b/core/src/apps/homescreen/__init__.py @@ -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."""