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

Commit 262741d8 authored by Josep del Río's avatar Josep del Río Committed by Automerger Merge Worker
Browse files

Merge "Use outerContext in the InputManager service" into udc-dev am: 7700575a

parents 162f585c 7700575a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -509,7 +509,7 @@ public final class SystemServiceRegistry {
                new ServiceFetcher<InputManager>() {
            @Override
            public InputManager getService(ContextImpl ctx) {
                return InputManager.getInstance(ctx);
                return InputManager.getInstance(ctx.getOuterContext());
            }});

        registerService(Context.DISPLAY_SERVICE, DisplayManager.class,