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

Commit c7467ba2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix userId propagation in IMMS.Lifecycle#onUserCreated()" into main

parents aaf46bda 780b839f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1015,7 +1015,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
            // Called directly from UserManagerService. Do not block the calling thread.
            final int userId = user.id;
            AdditionalSubtypeMapRepository.onUserCreated(userId);
            initializeUsersAsync(new int[userId]);
            initializeUsersAsync(new int[]{ userId });
        }

        @Override