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

@@ -51,6 +51,8 @@ static lv_res_t _action_emummc_window_close(lv_obj_t *btn)
(*emummc_tools)(NULL);
close_btn = NULL;
return LV_RES_INV;
}