Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +7 −5 Original line number Diff line number Diff line Loading @@ -1038,6 +1038,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. // Called on ActivityManager thread. final int userId = user.getUserIdentifier(); SecureSettingsWrapper.onUserStarting(userId); mService.mIoHandler.post(() -> { synchronized (ImfLock.class) { if (mService.mConcurrentMultiUserModeEnabled) { if (mService.mCurrentUserId != userId && mService.mSystemReady) { Loading @@ -1045,6 +1046,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. } } } }); } } Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +7 −5 Original line number Diff line number Diff line Loading @@ -1038,6 +1038,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. // Called on ActivityManager thread. final int userId = user.getUserIdentifier(); SecureSettingsWrapper.onUserStarting(userId); mService.mIoHandler.post(() -> { synchronized (ImfLock.class) { if (mService.mConcurrentMultiUserModeEnabled) { if (mService.mCurrentUserId != userId && mService.mSystemReady) { Loading @@ -1045,6 +1046,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. } } } }); } } Loading