Merge "Use gesture instead of stateManager to go to AllApps" into udc-qpr-dev am: 3d13054739 am: fc667d0312
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24121194 Change-Id: I0180ad8ff275e1a3c4b7bb50b8d3cd3858887317 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -85,7 +85,7 @@ public class WorkProfileTest extends AbstractLauncherUiTest {
|
||||
waitForStateTransitionToEnd("Launcher internal state didn't switch to Normal",
|
||||
() -> NORMAL);
|
||||
waitForResumed("Launcher internal state is still Background");
|
||||
executeOnLauncher(launcher -> launcher.getStateManager().goToState(ALL_APPS));
|
||||
mLauncher.getWorkspace().switchToAllApps();
|
||||
waitForStateTransitionToEnd("Launcher internal state didn't switch to All Apps",
|
||||
() -> ALL_APPS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user