We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f030a5f commit cec93bbCopy full SHA for cec93bb
internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py
@@ -48,7 +48,6 @@ def onResume(self, screen):
48
_thread.start_new_thread(self.download_app_index, (self.app_index_url,))
49
50
def download_app_index(self, json_url):
51
- #time.sleep(5)
52
try:
53
response = requests.get(json_url, timeout=10)
54
except Exception as e:
@@ -196,7 +195,6 @@ def onCreate(self):
196
195
#
197
headercont = lv.obj(app_detail_screen)
198
headercont.set_style_border_width(0, 0)
199
- #headercont.set_style_radius(0, 0)
200
headercont.set_style_pad_all(0, 0)
201
headercont.set_flex_flow(lv.FLEX_FLOW.ROW)
202
headercont.set_size(lv.pct(100), lv.SIZE_CONTENT)
0 commit comments