Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faf7e4a0 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Fix test of wait-for-window-on-boot if wallpaper is disabled"

parents 68793678 fb2bf07f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -526,7 +526,8 @@ public class DisplayContentTests extends WindowTestsBase {
        for (int i = 0; i < types.length; i++) {
            final int type = types[i];
            windows[i] = createWindow(null /* parent */, type, displayContent, "window-" + type);
            windows[i].mHasSurface = false;
            windows[i].setHasSurface(true);
            windows[i].mWinAnimator.mDrawState = WindowStateAnimator.DRAW_PENDING;
        }
        return windows;
    }