nyx: Fix hang on using B button after Launch window

This commit is contained in:
CTCaer 2020-08-15 12:22:01 +03:00
parent 9c2a064817
commit cd76d5ac09

View file

@ -1372,6 +1372,8 @@ static lv_res_t _win_launch_close_action(lv_obj_t * btn)
launch_bg_done = true;
}
close_btn = NULL;
return LV_RES_INV;
}