Fixed a bug with incorrect handling of onUnlockUser
am: 0f57cce644
Change-Id: I316808e7d3ff978dd3eb56a2f5a998f374a1aeab
This commit is contained in:
@@ -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 */));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user