mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 10:31:02 +00:00
detachables: Remove screen blanking
This is not necessary anymore and rendering is taken
care of in depthcharge.
BUG=b:35585623
BRANCH=None
TEST=reboot and scroll through menus and make sure that
rendering is still good.
Change-Id: I078751014c8f84fb2ee403b6895e9dfa58e758d6
Signed-off-by: Shelley Chen <shchen@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/731114
Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -874,11 +874,6 @@ VbError_t vb2_developer_menu(struct vb2_context *ctx, VbCommonParams *cparams)
|
||||
|
||||
ret = vb2_update_menu(ctx);
|
||||
vb2_set_disabled_idx_mask(shared->flags);
|
||||
/*
|
||||
* Unfortunately, we need the blanking to get rid of
|
||||
* artifacts from previous menu printing.
|
||||
*/
|
||||
VbDisplayScreen(ctx, cparams, VB_SCREEN_BLANK, 0);
|
||||
vb2_draw_current_screen(ctx, cparams);
|
||||
|
||||
/* Probably shutting down */
|
||||
|
||||
Reference in New Issue
Block a user