Merge "Activity gain focus failed in InputMethodStressTest" am: 7f5baabe2a am: 2fad378d72

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2194375

Change-Id: I68a29c1dbd3a1ae892ab71c904c0174b1786d2b2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robert Chou
2022-09-07 07:21:02 +00:00
committed by Automerger Merge Worker

View File

@@ -102,6 +102,7 @@ public final class NotificationTest {
@After @After
public void tearDown() { public void tearDown() {
mNotificationManager.cancelAll(); mNotificationManager.cancelAll();
mUiDevice.pressHome();
} }
@Test @Test