nyx: Ensure that close button var always gets nulled

This commit is contained in:
CTCaer
2020-04-30 04:32:55 +03:00
parent 7e96a4dd3a
commit 56034f9aac
3 changed files with 12 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ static lv_res_t _win_autoboot_close_action(lv_obj_t * btn)
lv_obj_del(win);
close_btn = NULL;
return LV_RES_INV;
}