commit | 715de78e94cf811562a55f7bc341d51f953bd05f | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Thu Jun 20 16:20:36 2019 -0700 |
committer | vadimt <vadimt@google.com> | Thu Jun 20 16:20:36 2019 -0700 |
tree | b595ed3dd77021e292978ce3238b16bd0da2eb49 | |
parent | b4ff31218166527e4fc48b65f8cbbb3ba5086251 [diff] |
Tests: removing workaround for Overview crashing on rotation Bug: 135287203 Change-Id: I9766f385be5331f56638438822f321ccd1efc920
diff --git a/tests/src/com/android/launcher3/ui/PortraitLandscapeRunner.java b/tests/src/com/android/launcher3/ui/PortraitLandscapeRunner.java index 20cd1e7..d7c1411 100644 --- a/tests/src/com/android/launcher3/ui/PortraitLandscapeRunner.java +++ b/tests/src/com/android/launcher3/ui/PortraitLandscapeRunner.java
@@ -49,14 +49,12 @@ mTest.mDevice.setOrientationNatural(); mTest.mLauncher.setExpectedRotation(Surface.ROTATION_0); base.evaluate(); - mTest.mLauncher.pressHome(); } private void evaluateInLandscape() throws Throwable { mTest.mDevice.setOrientationLeft(); mTest.mLauncher.setExpectedRotation(Surface.ROTATION_90); base.evaluate(); - mTest.mLauncher.pressHome(); } }; }