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

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

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

am: 7eb7fa6c

Change-Id: I8876ab9f6806ea07b46aa639577c7c2ce8635a16
parents 1c783aed 7eb7fa6c
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));
            }
        }