Merge "Dispose input monitor on the main thread in InputConsumerUtilsTest" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
ba07ec67ab
@@ -201,8 +201,10 @@ public class InputConsumerUtilsTest {
|
||||
|
||||
@After
|
||||
public void cleanUp() {
|
||||
mInputMonitorCompat.dispose();
|
||||
mInputEventReceiver.dispose();
|
||||
runOnMainSync(() -> {
|
||||
mInputMonitorCompat.dispose();
|
||||
mInputEventReceiver.dispose();
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user