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

Commit 1e7328e3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add testStartHomeOnAllDisplays back"

parents 3b8e00f1 2afb94e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -395,8 +395,8 @@ public class RootActivityContainerTests extends ActivityTestsBase {
    /**
     * Tests that home activities can be started on the displays that supports system decorations.
     */
    // TODO (b/118206886): Will add it back once launcher's patch is merged into master.
    private void testStartHomeOnAllDisplays() {
    @Test
    public void testStartHomeOnAllDisplays() {
        // Create secondary displays.
        final TestActivityDisplay secondDisplay = spy(createNewActivityDisplay());
        mRootActivityContainer.addChild(secondDisplay, POSITION_TOP);