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

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

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

parents f7caa4df 2188e55b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2942,8 +2942,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
            id = imi.getId();
            settings.putSelectedInputMethod(id);
        }
        final var bindingController = getInputMethodBindingController(userId);
        bindingController.setSelectedMethodId(id);
    }

    @GuardedBy("ImfLock.class")