File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
internal_filesystem/lib/mpos/ui Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
670.1.1
78=====
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments