You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
CHANGELOG and comments
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
=====
|
||||
- Fix KeyPad focus handling for devices without touch screen like the Fri3d Camp 2024 Badge
|
||||
- AppStore app: don't update UI after the user has closed the app
|
||||
- Wifi app: cleanup and improve keyboard and focus handling
|
||||
|
||||
0.1.1
|
||||
=====
|
||||
|
||||
@@ -275,7 +275,7 @@ def back_screen():
|
||||
emulate_focus_obj(default_focusgroup, prev_focused_object) # LVGL 9.3 should have: default_focusgroup.focus_obj(prev_focused_object)
|
||||
if prev_activity:
|
||||
prev_activity.onResume(prev_screen)
|
||||
print(f"5 default focus group has {lv.group_get_default().get_obj_count()} items")
|
||||
print(f"after onResume, default focus group has {lv.group_get_default().get_obj_count()} items")
|
||||
if len(screen_stack) == 1:
|
||||
mpos.ui.topmenu.open_bar()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user