CHANGELOG and comments

This commit is contained in:
Thomas Farstrike
2025-10-17 13:22:43 +02:00
parent 26fbd68040
commit 084838a0b4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
=====
+1 -1
View File
@@ -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()