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

Commit 7eb7fa6c authored by tiansiming [田思明]'s avatar tiansiming [田思明] Committed by android-build-merger
Browse files

Merge "Remove duplicated code in IMMS" am: 5ab0fe1f

am: d54852ab

Change-Id: Ia84f00aec9ab7f98804f583f9567ddd3216f7360
parents 5a2d94e9 d54852ab
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1880,8 +1880,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub

            // If the screen is on, inform the new client it is active
            if (mIsInteractive) {
                executeOrSendMessage(cs.client, mCaller.obtainMessageIO(
                        MSG_SET_ACTIVE, mIsInteractive ? 1 : 0, cs));
                executeOrSendMessage(cs.client, mCaller.obtainMessageIO(MSG_SET_ACTIVE, 1, cs));
            }
        }