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

Commit 05918fd1 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug with incorrect handling of onUnlockUser" into nyc-dr1-dev

parents b0666c61 0f57cce6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -822,7 +822,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        public void onUnlockUser(final @UserIdInt int userHandle) {
            // Called on ActivityManager thread.
            mService.mHandler.sendMessage(mService.mHandler.obtainMessage(MSG_SYSTEM_UNLOCK_USER,
                    userHandle));
                    userHandle /* arg1 */, 0 /* arg2 */));
        }
    }