Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +4 −6 Original line number Diff line number Diff line Loading @@ -679,7 +679,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. DirectBootAwareness.AUTO); InputMethodSettingsRepository.put(userId, settings); if (mConcurrentMultiUserModeEnabled || userId == mCurrentUserId) { postInputMethodSettingUpdatedLocked(true /* resetDefaultEnabledIme */, userId); // If the locale is changed, needs to reset the default ime resetDefaultImeLocked(mContext, userId); Loading @@ -687,7 +686,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. } } } } final class MyPackageMonitor extends PackageMonitor { /** Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +4 −6 Original line number Diff line number Diff line Loading @@ -679,7 +679,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. DirectBootAwareness.AUTO); InputMethodSettingsRepository.put(userId, settings); if (mConcurrentMultiUserModeEnabled || userId == mCurrentUserId) { postInputMethodSettingUpdatedLocked(true /* resetDefaultEnabledIme */, userId); // If the locale is changed, needs to reset the default ime resetDefaultImeLocked(mContext, userId); Loading @@ -687,7 +686,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. } } } } final class MyPackageMonitor extends PackageMonitor { /** Loading