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

popup: Fix crash when popup was closed by the close button. #261

Closed jakkra closed 2 months ago

jakkra commented 2 months ago

Cause due to LVGL not calling our on press callback, as the object got deleted in the previous callback that was added lv_msgbox. Fix is to remove all event callbacks for the close button so only ours exist. We make sure to close the lv_msgbox ourselves instead.