Skip to content

Commit bca6f56

Browse files
appstore: don't restart launcher
Because it causes animation inconsistencies.
1 parent ced9af2 commit bca6f56

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • internal_filesystem/builtin/apps/com.micropythonos.appstore/assets

internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ def onResume(self, screen):
4747
_thread.stack_size(mpos.apps.good_stack_size())
4848
_thread.start_new_thread(self.download_app_index, (self.app_index_url,))
4949

50-
def onDestroy(self, screen):
51-
print("appstore.py destroyed, restarting launcher to refresh...")
52-
mpos.apps.restart_launcher() # refresh the launcher
53-
print("appstore.py ending")
54-
5550
def download_app_index(self, json_url):
5651
#time.sleep(5)
5752
try:

0 commit comments

Comments
 (0)