Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −4 Original line number Diff line number Diff line Loading @@ -760,7 +760,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. .getMethodMap(); synchronized (ImfLock.class) { final boolean isCurrentUser = (userId == mCurrentUserId); final AdditionalSubtypeMap additionalSubtypeMap = AdditionalSubtypeMapRepository.get(userId); final InputMethodSettings settings = InputMethodSettingsRepository.get(userId); Loading Loading @@ -812,9 +811,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. final InputMethodSettings newSettings = InputMethodSettings.create(newMethodMap, userId); InputMethodSettingsRepository.put(userId, newSettings); if (!isCurrentUser) { return; } postInputMethodSettingUpdatedLocked(false /* resetDefaultEnabledIme */, userId); boolean changed = false; Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −4 Original line number Diff line number Diff line Loading @@ -760,7 +760,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. .getMethodMap(); synchronized (ImfLock.class) { final boolean isCurrentUser = (userId == mCurrentUserId); final AdditionalSubtypeMap additionalSubtypeMap = AdditionalSubtypeMapRepository.get(userId); final InputMethodSettings settings = InputMethodSettingsRepository.get(userId); Loading Loading @@ -812,9 +811,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. final InputMethodSettings newSettings = InputMethodSettings.create(newMethodMap, userId); InputMethodSettingsRepository.put(userId, newSettings); if (!isCurrentUser) { return; } postInputMethodSettingUpdatedLocked(false /* resetDefaultEnabledIme */, userId); boolean changed = false; Loading