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

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

Merge "Remove duplicated code in IMMS"

am: 5ab0fe1f

Change-Id: I6311c39ee5ea9abfa5b025315968d122f0d3f694
parents 1b5c97ce 5ab0fe1f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1788,8 +1788,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));
            }
        }