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

Commit 454de304 authored by vadimt's avatar vadimt
Browse files

Workaround for an activity leak

We were told that showing NexusLauncherActivity should suppress the
leak.

Bug: 157099707
Change-Id: I9988ac4a20609e5b25ddc4a90bedf891d45e69da
parent 70ff0c11
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