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

Skip to content
Commit 780b839f authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Fix userId propagation in IMMS.Lifecycle#onUserCreated()

This is a follow up CL to my previous CL [1], which aimed to unify

  UserManagerInternal.UserLifecycleListener

implementations.

While the idea itself is still valid, there was a bug in

  InputMethodManagerService.Lifecycle#onUserCreated(),

which wanted to pass

  int[]{ userId }

but ended up passing

  int[userId]{ 0, 0, 0, ... }.

This CL addresses the above issue.

 [1]: Ic66815a40a0aba2c4269b047ad9f8673df81d60d
      cb958f75

Bug: 352354308
Test: manually confirmed by adding a new user
Flag: EXEMPT bugfix
Change-Id: Ic4c48ff2c8a8cd68f03a428507fefe1212c1aa1c
parent 7e29a7b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment