Skip to content

Commit 084838a

Browse files
CHANGELOG and comments
1 parent 26fbd68 commit 084838a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
=====
33
- Fix KeyPad focus handling for devices without touch screen like the Fri3d Camp 2024 Badge
44
- AppStore app: don't update UI after the user has closed the app
5+
- Wifi app: cleanup and improve keyboard and focus handling
56

67
0.1.1
78
=====

internal_filesystem/lib/mpos/ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def back_screen():
275275
emulate_focus_obj(default_focusgroup, prev_focused_object) # LVGL 9.3 should have: default_focusgroup.focus_obj(prev_focused_object)
276276
if prev_activity:
277277
prev_activity.onResume(prev_screen)
278-
print(f"5 default focus group has {lv.group_get_default().get_obj_count()} items")
278+
print(f"after onResume, default focus group has {lv.group_get_default().get_obj_count()} items")
279279
if len(screen_stack) == 1:
280280
mpos.ui.topmenu.open_bar()
281281

0 commit comments

Comments
 (0)