Fix OSUpdate onStop()

This commit is contained in:
Thomas Farstrike
2025-06-04 14:40:03 +02:00
parent 2d7c61ee05
commit 2ddecee937
@@ -46,7 +46,7 @@ class OSUpdate(Activity):
print("osupdate.py finished")
def onStop():
def onStop(self, screen):
self.keep_running = False # this is checked by the update_with_lvgl thread
def show_update_info(self):