AppStore app: only download icon if needed

This commit is contained in:
Thomas Farstrike
2025-11-02 22:05:24 +01:00
parent 1f0dfcc670
commit 543ff1c69a
3 changed files with 39 additions and 38 deletions
+1
View File
@@ -47,3 +47,4 @@ class TestPackageManager_get_app_list(unittest.TestCase):
hello_world_app = PackageManager.get("com.micropythonos.helloworld")
self.assertIsInstance(hello_world_app, App)
self.assertEqual(hello_world_app.icon_path, "apps/com.micropythonos.helloworld/res/mipmap-mdpi/icon_64x64.png")
self.assertEqual(len(hello_world_app.icon_data), 5378)