From bca6f56008a90529e3acfe613e21997a9b72433a Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 5 Jun 2025 12:33:33 +0200 Subject: [PATCH] appstore: don't restart launcher Because it causes animation inconsistencies. --- .../apps/com.micropythonos.appstore/assets/appstore.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py b/internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py index 8534dede..b1496f4f 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py +++ b/internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py @@ -47,11 +47,6 @@ class AppStore(Activity): _thread.stack_size(mpos.apps.good_stack_size()) _thread.start_new_thread(self.download_app_index, (self.app_index_url,)) - def onDestroy(self, screen): - print("appstore.py destroyed, restarting launcher to refresh...") - mpos.apps.restart_launcher() # refresh the launcher - print("appstore.py ending") - def download_app_index(self, json_url): #time.sleep(5) try: