Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eea97a6a authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "InputMethodManagerServiceTestBase: make robust against setup failure" into udc-dev

parents de0cadf4 8cdc827f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -240,7 +240,9 @@ public class InputMethodManagerServiceTestBase {

    @After
    public void tearDown() {
        if (mInputMethodManagerService != null) {
            mInputMethodManagerService.mInputMethodDeviceConfigs.destroy();
        }

        if (mServiceThread != null) {
            mServiceThread.quitSafely();