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

Commit 2949f11b authored by Jagrut Desai's avatar Jagrut Desai Committed by Automerger Merge Worker
Browse files

Merge "Fix TaplTestsTaskbar" into udc-dev am: 20c26a4a am: 9d642cba

parents 1967be3a 9d642cba
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ import android.content.Context;
import android.content.Intent;

import com.android.launcher3.tapl.LauncherInstrumentation;
import com.android.launcher3.tapl.Overview;
import com.android.launcher3.tapl.Taskbar;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.ui.TaplTestsLauncher3;
@@ -58,10 +57,6 @@ public class AbstractTaplTestsTaskbar extends AbstractQuickStepTest {
                "com.android.launcher3.testcomponent.BaseTestingActivity");
        mLauncherLayout = TestUtil.setLauncherDefaultLayout(mTargetContext, layoutBuilder);
        TaplTestsLauncher3.initialize(this);
        Overview overview = mLauncher.getWorkspace().switchToOverview();
        if (overview.hasTasks()) {
            overview.dismissAllTasks();
        }
        startAppFast(CALCULATOR_APP_PACKAGE);
        mLauncher.enableBlockTimeout(true);
        mLauncher.showTaskbarIfHidden();