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

Commit 6414506b 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 am: 262741d8

parents 6fda6ac7 262741d8
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,