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

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

Merge "Revert "Temporarily make binding controller no-op for visible bg users"" into main

parents 7e535074 2a6b6848
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2929,6 +2929,9 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
        final var userData = getUserData(userId);
        userData.mSwitchingController.resetCircularListLocked(mContext, settings);
        userData.mHardwareKeyboardShortcutController.update(settings);

        final var bindingController = getInputMethodBindingController(userId);
        bindingController.setSelectedMethodId(id);
    }

    @GuardedBy("ImfLock.class")