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

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

Merge "Remove redundant init code from IMMS" into main

parents 7c4d88f7 67a28711
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1295,11 +1295,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                getUserData(id);
            }

            final InputMethodSettings settings = InputMethodSettingsRepository.get(mCurrentUserId);
            final var userData = getUserData(mCurrentUserId);
            userData.mSwitchingController.resetCircularListLocked(mContext, settings);
            userData.mHardwareKeyboardShortcutController.update(settings);

            mMenuController = new InputMethodMenuController(this);
            mVisibilityStateComputer = new ImeVisibilityStateComputer(this);
            mVisibilityApplier = new DefaultImeVisibilityApplier(this);