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

Commit 295048e5 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Fixed a bug with incorrect handling of onUnlockUser am: 0f57cce6

am: b8310b6b

Change-Id: I2431fd1f59560c1b5ee1e3a8f7917fc448f9071c
parents 07d3b174 b8310b6b
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 */));
        }
    }