Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +3 −4 Original line number Diff line number Diff line Loading @@ -570,14 +570,13 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. @GuardedBy("ImfLock.class") private void onSecureSettingsChangedLocked(@NonNull String key, @UserIdInt int userId) { if (!mConcurrentMultiUserModeEnabled && userId != mCurrentUserId) { return; } switch (key) { case Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD: { if (!Flags.imeSwitcherRevamp()) { if (userId == mCurrentUserId) { mMenuController.updateKeyboardFromSettingsLocked(); } } break; } case Settings.Secure.ACCESSIBILITY_SOFT_KEYBOARD_MODE: { Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +3 −4 Original line number Diff line number Diff line Loading @@ -570,14 +570,13 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. @GuardedBy("ImfLock.class") private void onSecureSettingsChangedLocked(@NonNull String key, @UserIdInt int userId) { if (!mConcurrentMultiUserModeEnabled && userId != mCurrentUserId) { return; } switch (key) { case Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD: { if (!Flags.imeSwitcherRevamp()) { if (userId == mCurrentUserId) { mMenuController.updateKeyboardFromSettingsLocked(); } } break; } case Settings.Secure.ACCESSIBILITY_SOFT_KEYBOARD_MODE: { Loading