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

Commit 694e27a4 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Workaround for an activity leak" into ub-launcher3-rvc-dev

parents 726c7816 454de304
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;

import com.android.launcher3.Launcher;
import com.android.launcher3.tapl.TestHelpers;
import com.android.launcher3.util.RaceConditionReproducer;
import com.android.quickstep.NavigationModeSwitchRule.Mode;
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
@@ -99,5 +98,7 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
            // The test action.
            mLauncher.getBackground().switchToOverview();
        }
        // Workaround for b/157099707
        mLauncher.pressHome();
    }
}
 No newline at end of file