jakkra / ZSWatch

ZSWatch - the Open Source Zephyrâ„¢ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.18k stars 178 forks source link

App picker: Fix overwrite of last opened app index. #289

Closed jakkra closed 1 month ago

jakkra commented 1 month ago

Caused re-opening application picker not to select the previously selected app. Caused by LVGL sending focus events to all child when deleting them all. In the focus event we store the last highlighted application, to select in next time we open the app picker.