Dispose input monitor on the main thread in InputConsumerUtilsTest
Flag: EXEMPT test fix Fixes: 410599758 Test: InputConsumerUtilsTest Change-Id: I2016d4711d5913e4e9baad1c394bcd1fb2f043ea
This commit is contained in:
@@ -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