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

Commit 26043b29 authored by Vaibhav Devmurari's avatar Vaibhav Devmurari Committed by Android (Google) Code Review
Browse files

Merge "Fix keyboard not configured properly" into udc-dev

parents 370a76b2 3fb8aa63
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -150,6 +150,10 @@ final class KeyboardLayoutManager implements InputManager.InputDeviceListener {
    @Override
    public void onInputDeviceAdded(int deviceId) {
        onInputDeviceChanged(deviceId);
        if (useNewSettingsUi()) {
            // Force native callback to set up keyboard layout overlay for newly added keyboards
            reloadKeyboardLayouts();
        }
    }

    @Override