Revert "Removing old workaround"

This reverts commit 714d071f76.

Reason for revert: Perhaps caused b/196876329

Change-Id: I0763c44d54134034885471ce74324a8c6c6c296e
Test: presubmit
Bug: 196876329
This commit is contained in:
Vadim Tryshev 2021-08-16 22:53:59 +00:00
parent 714d071f76
commit f11d0fac78
1 changed files with 6 additions and 0 deletions

View File

@ -160,6 +160,12 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
@PortraitLandscape
@ScreenRecord //b/193125090
public void testOverviewActions() throws Exception {
// Experimenting for b/165029151:
final Overview overview = mLauncher.pressHome().switchToOverview();
if (overview.hasTasks()) overview.dismissAllTasks();
mLauncher.pressHome();
//
startTestAppsWithCheck();
OverviewActions actionsView =
mLauncher.pressHome().switchToOverview().getOverviewActions();