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

Commit 79fc0648 authored by Vaibhav Devmurari's avatar Vaibhav Devmurari Committed by Automerger Merge Worker
Browse files

Merge "Fix keyboard not configured properly" into udc-dev am: 26043b29

parents 2bc82bbf 26043b29
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